]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'actions-arm-dt-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Tue, 9 Feb 2021 17:05:27 +0000 (18:05 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 9 Feb 2021 17:05:28 +0000 (18:05 +0100)
commitb52381a983e1dd574e8a6561f290eaff10ecdb04
treeb7e3aae140e525326fb5a44ab86028e267160dad
parent4deeb9b0c6d0461160ab7ef7717af2e4b5f5d24b
parenta9f19c75ac173ea09fb72c27f416546f394aaf4b
Merge tag 'actions-arm-dt-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-actions into arm/dt

Actions Semi ARM DT changes for v5.12:

Updates to the existing S500 ARM SoC. Support has been added for CMU (Clock
Management Unit), Reset controller, DMA, Pinctrl/GPIO, MMC, I2C and SIRQ
(interrupt controller). Since the CMU support is added, the dummy fixed clock
used for the UART controller has been removed for all S500 based boards and
proper UART clock from CMU is used.

Added uSD support and I2C pinctrl configuration for Roseapplepi board based on
S500 SoC. This will make the board boot mainline with a distro from uSD card.
The I2C pinctrl config is added specifically for the PMIC which is currently
under review.

* tag 'actions-arm-dt-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-actions:
  arm: dts: owl-s500-roseapplepi: Add I2C pinctrl configuration
  arm: dts: owl-s500-roseapplepi: Add uSD support
  arm: dts: owl-s500: Add SIRQ controller
  arm: dts: owl-s500: Add I2C support
  arm: dts: owl-s500: Add MMC support
  arm: dts: owl-s500: Add pinctrl & GPIO support
  arm: dts: owl-s500: Add DMA controller
  arm: dts: owl-s500: Add Reset controller
  arm: dts: owl-s500: Set CMU clocks for UARTs
  arm: dts: owl-s500: Add Clock Management Unit

Link: https://lore.kernel.org/r/20210205050346.GA7619@thinkpad
Signed-off-by: Arnd Bergmann <arnd@arndb.de>