mbox series

[GIT,PULL,4/6] Broadcom devicetree-arm64 changes for 5.12

Message ID 20210131221721.685974-4-f.fainelli@gmail.com (mailing list archive)
State Mainlined, archived
Commit fe119977677e7dd3ddb4ab52678b46b804148eb5
Headers show
Series [GIT,PULL,1/6] Broadcom defconfig changes for 5.12 | expand

Pull-request

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

Message

Florian Fainelli Jan. 31, 2021, 10:17 p.m. UTC
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

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

are available in the Git repository at:

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

for you to fetch changes up to fe119977677e7dd3ddb4ab52678b46b804148eb5:

  arm64: dts: broadcom: Remove SATA from Stingray (2021-01-26 16:26:33 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree changes
for 5.12 please pull the following:

- Rafal continues to add support for the 4906/4908 SoC family and adds
  a Device Tree for the Netgear R8000P router (4906-based), describes
  the NAND controller of the 4908 more appropriately (based on the older
  63138 DSL SoC), describes the 4908 PCIe reset controller, internal
  Ethernet switch (Starfighter 2 switch) and finally the Power
  Management Bus (PMB)

- Scott removes all of the SATA-related Device Tree nodes since SATA
  is unused on the Stingray product line

----------------------------------------------------------------
Rafał Miłecki (6):
      dt-bindings: arm: bcm: document Netgear R8000P binding
      arm64: dts: broadcom: bcm4908: add BCM4906 Netgear R8000P DTS files
      arm64: dts: broadcom: bcm4908: use proper NAND binding
      arm64: dts: broadcom: bcm4908: describe PCIe reset controller
      arm64: dts: broadcom: bcm4908: describe internal switch
      arm64: dts: broadcom: bcm4908: describe PMB block

Scott Branden (1):
      arm64: dts: broadcom: Remove SATA from Stingray

 .../devicetree/bindings/arm/bcm/brcm,bcm4908.yaml  |   2 +
 arch/arm64/boot/dts/broadcom/bcm4908/Makefile      |   1 +
 .../broadcom/bcm4908/bcm4906-netgear-r8000p.dts    |  52 ++++
 arch/arm64/boot/dts/broadcom/bcm4908/bcm4906.dtsi  |  18 ++
 .../broadcom/bcm4908/bcm4908-asus-gt-ac5300.dts    |  51 ++++
 arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi  | 117 ++++++++-
 .../boot/dts/broadcom/stingray/bcm958742-base.dtsi |  64 -----
 .../boot/dts/broadcom/stingray/stingray-sata.dtsi  | 278 ---------------------
 .../arm64/boot/dts/broadcom/stingray/stingray.dtsi |   7 -
 9 files changed, 239 insertions(+), 351 deletions(-)
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/bcm4906-netgear-r8000p.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/bcm4906.dtsi
 delete mode 100644 arch/arm64/boot/dts/broadcom/stingray/stingray-sata.dtsi

Comments

Arnd Bergmann Feb. 2, 2021, 5:10 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sun, 31 Jan 2021 14:17:18 -0800, Florian Fainelli wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.12/devicetree-arm64
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 528587ea03b1db948bd3a1b0ecdf42a0b92f0fe7

       Arnd