mbox series

[GIT,PULL] Actions Semi ARM DT updates for 5.12

Message ID 20210205050346.GA7619@thinkpad (mailing list archive)
State Mainlined, archived
Commit 7b69552264aca925e8550324027e4f10f8bf8c4f
Headers show
Series [GIT,PULL] Actions Semi ARM DT updates for 5.12 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-actions.git tags/actions-arm-dt-for-v5.12

Message

Manivannan Sadhasivam Feb. 5, 2021, 5:03 a.m. UTC
Hi Arnd, Olof,

This PR aims at improving the support for Actions Semi S500 SoC and Roseapplepi
board. The details are in the signed tag as usual.

Thanks,
Mani

---

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-actions.git tags/actions-arm-dt-for-v5.12

for you to fetch changes up to 7b69552264aca925e8550324027e4f10f8bf8c4f:

  arm: dts: owl-s500-roseapplepi: Add I2C pinctrl configuration (2020-12-31 13:05:33 +0530)

----------------------------------------------------------------
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.

----------------------------------------------------------------
Cristian Ciocaltea (10):
      arm: dts: owl-s500: Add Clock Management Unit
      arm: dts: owl-s500: Set CMU clocks for UARTs
      arm: dts: owl-s500: Add Reset controller
      arm: dts: owl-s500: Add DMA controller
      arm: dts: owl-s500: Add pinctrl & GPIO support
      arm: dts: owl-s500: Add MMC support
      arm: dts: owl-s500: Add I2C support
      arm: dts: owl-s500: Add SIRQ controller
      arm: dts: owl-s500-roseapplepi: Add uSD support
      arm: dts: owl-s500-roseapplepi: Add I2C pinctrl configuration

 arch/arm/boot/dts/owl-s500-cubieboard6.dts     |   7 ---
 arch/arm/boot/dts/owl-s500-guitar-bb-rev-b.dts |   7 ---
 arch/arm/boot/dts/owl-s500-labrador-base-m.dts |   7 ---
 arch/arm/boot/dts/owl-s500-roseapplepi.dts     |  97 ++++++++++++++++++++++++++++++++++++++---
 arch/arm/boot/dts/owl-s500-sparky.dts          |   7 ---
 arch/arm/boot/dts/owl-s500.dtsi                | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 232 insertions(+), 33 deletions(-)

Comments

Arnd Bergmann Feb. 9, 2021, 11:06 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 5 Feb 2021 10:33:46 +0530, Manivannan Sadhasivam wrote:
> This PR aims at improving the support for Actions Semi S500 SoC and Roseapplepi
> board. The details are in the signed tag as usual.
> 
> Thanks,
> Mani

Merged into arm/dt, thanks!

merge commit: 74d60e2e93fe0f552532165a807c02c1e298ff54

       Arnd