mbox series

[GIT,PULL,3/4] Broadcom devicetree-arm64 changes for 5.18

Message ID 20220307194817.3754107-3-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/4] Broadcom defconfig-arm64 changes for 5.18 | expand

Pull-request

https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.18/devicetree-arm64

Message

Florian Fainelli March 7, 2022, 7:48 p.m. UTC
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.18/devicetree-arm64

for you to fetch changes up to 66435063c5f31caa70ecadb3de4fe4d17b141b51:

  arm64: dts: stingray: Fix spi clock name (2022-03-07 11:18:11 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree updates
for 5.18, please pull the following:

- Krzysztof aligns the PL330 DMA controller node name to the schema

- Rafal corrects the TWD (Timer/Watchdog) block, adds the watchdog node,
  I2C controller node and the pinctrl node for the 4908 SoC

- Kuldeep fixes the Northstar 2 SPI properties as well as the PL022 SPI
  controller clock names

- Frank fixes the SATA node names to conform to the AHCI controller
  schema

----------------------------------------------------------------
Frank Wunderlich (1):
      arm64: dts: broadcom: Fix sata nodename

Krzysztof Kozlowski (1):
      arm64: dts: broadcom: align pl330 node name with dtschema

Kuldeep Singh (3):
      arm64: dts: ns2: Fix spi-cpol and spi-cpha property
      arm64: dts: ns2: Fix spi clock name
      arm64: dts: stingray: Fix spi clock name

Rafał Miłecki (4):
      arm64: dts: broadcom: bcm4908: use proper TWD binding
      arm64: dts: broadcom: bcm4908: add pinctrl binding
      arm64: dts: broadcom: bcm4908: add watchdog block
      arm64: dts: broadcom: bcm4908: add I2C block

 arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi  | 161 ++++++++++++++++++++-
 .../arm64/boot/dts/broadcom/northstar2/ns2-svk.dts |   8 +-
 arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi   |   8 +-
 .../arm64/boot/dts/broadcom/stingray/stingray.dtsi |   6 +-
 4 files changed, 168 insertions(+), 15 deletions(-)

Comments

Arnd Bergmann March 8, 2022, 4:44 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 7 Mar 2022 11:48:16 -0800, Florian Fainelli wrote:
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
>   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.18/devicetree-arm64
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 7b4fc7c6f9a3d89ce6cdb616a0fe9c18f536fcbf

       Arnd