[GIT PULL 4/5] Broadcom devicetree-arm64 changes for 5.11

Florian Fainelli f.fainelli at gmail.com
Sat Nov 28 11:34:09 EST 2020


The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to dccb22d078ebd098115e4f66bde1ee2249c8640b:

  arm64: add config for Broadcom BCM4908 SoCs (2020-11-25 09:07:49 -0800)

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

- Rafal adds initial support for the Broadcom 4908 which are SoCs used
  in home routers and are based on the DSL architecture and using
  Broadcom Brahma-B53 CPUs.

----------------------------------------------------------------
Rafał Miłecki (3):
      dt-bindings: arm: bcm: document BCM4908 bindings
      arm64: dts: broadcom: add BCM4908 and Asus GT-AC5300 early DTS files
      arm64: add config for Broadcom BCM4908 SoCs

 .../devicetree/bindings/arm/bcm/brcm,bcm4908.yaml  |  38 +++++
 arch/arm64/Kconfig.platforms                       |   8 +
 arch/arm64/boot/dts/broadcom/Makefile              |   1 +
 arch/arm64/boot/dts/broadcom/bcm4908/Makefile      |   2 +
 .../broadcom/bcm4908/bcm4908-asus-gt-ac5300.dts    |  66 ++++++++
 arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi  | 187 +++++++++++++++++++++
 arch/arm64/configs/defconfig                       |   1 +
 7 files changed, 303 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcm4908.yaml
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/Makefile
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/bcm4908-asus-gt-ac5300.dts
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi



More information about the linux-arm-kernel mailing list