mbox series

[GIT,PULL,2/3] Broadcom devicetree-arm64 changes for 5.13

Message ID 20210330184006.1451315-2-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/3] Broadcom devicetree changes for 5.13 | expand

Pull-request

https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.13/devicetre-arm64

Message

Florian Fainelli March 30, 2021, 6:40 p.m. UTC
The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:

  Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.13/devicetre-arm64

for you to fetch changes up to 9f01f5cdb548352418b34ce77db02a560fe2913b:

  arm64: dts: broadcom: bcm4908: add Ethernet MAC addr (2021-03-29 11:44:31 -0700)

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

- Rafal continues to add support for the 4908 SoCs and describes the USB
  PHY, firmware flash partitions and Ethernet switch and Ethernet
  controller. He also adds support for the TP-Link Archer C2300 V1
  router and upates the Netgear R8000P and Asus GT-AC5300 routers network
  ports description.

----------------------------------------------------------------
Rafał Miłecki (11):
      arm64: dts: broadcom: bcm4908: describe USB PHY
      arm64: dts: broadcom: bcm4908: describe Ethernet controller
      arm64: dts: broadcom: bcm4908: describe Netgear R8000P switch
      arm64: dts: broadcom: bcm4908: add remaining Netgear R8000P LEDs
      arm64: dts: broadcom: bcm4908: describe firmware partitions
      arm64: dts: broadcom: bcm4908: fix switch parent node name
      dt-bindings: arm: bcm: document TP-Link Archer C2300 binding
      arm64: dts: broadcom: bcm4908: add TP-Link Archer C2300 V1
      arm64: dts: broadcom: bcm4908: set Asus GT-AC5300 port 7 PHY mode
      arm64: dts: broadcom: bcm4908: add Ethernet TX irq
      arm64: dts: broadcom: bcm4908: add Ethernet MAC addr

 .../devicetree/bindings/arm/bcm/brcm,bcm4908.yaml  |   1 +
 arch/arm64/boot/dts/broadcom/bcm4908/Makefile      |   1 +
 .../broadcom/bcm4908/bcm4906-netgear-r8000p.dts    | 107 +++++++++++-
 .../bcm4908/bcm4906-tplink-archer-c2300-v1.dts     | 182 +++++++++++++++++++++
 .../broadcom/bcm4908/bcm4908-asus-gt-ac5300.dts    |  44 ++++-
 arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi  |  47 +++++-
 6 files changed, 375 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/bcm4906-tplink-archer-c2300-v1.dts

Comments

Arnd Bergmann April 1, 2021, 8:15 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Tue, 30 Mar 2021 11:40:05 -0700, Florian Fainelli wrote:
> The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
> 
>   Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.13/devicetre-arm64
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 3b73ea6c8069a616be468d00c7ba6148bf82dad9

       Arnd