[GIT PULL 2/2] Broadcom devicetree-arm64 changes for 6.14
Florian Fainelli
florian.fainelli at broadcom.com
Thu Jan 9 14:47:56 PST 2025
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.14/devicetree-arm64
for you to fetch changes up to f5ce990af7cf9ced0b3459f3d9aed0a27a74d00c:
arm64: dts: bcm4908: nvmem-layout conversion (2024-12-17 11:39:21 -0800)
----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree updates
for 6.14:
- Dave adds the display pipeline DT nodes on BCM2712 (Raspberry Pi 5)
- Rob removes some undocumented properties
- Same ensures that the CFE stub area is reserved to allow secondary
CPUs to be successfully brought up in Linux, also making sure that the
address used in the spin table is also carved out. Finally he adds
support for the Zyxel EX3510-B router using BCM4906
- Rosen converts the BCM4908 platforms to use the more flexible
nvmem-layout representation
----------------------------------------------------------------
Dave Stevenson (3):
arm64: dts: broadcom: Add firmware clocks and power nodes to Pi5 DT
arm64: dts: broadcom: Add display pipeline support to BCM2712
arm64: dts: broadcom: Add DT for D-step version of BCM2712
Rob Herring (Arm) (1):
arm64: dts: broadcom: Remove unused and undocumented properties
Rosen Penev (1):
arm64: dts: bcm4908: nvmem-layout conversion
Sam Edwards (4):
arm64: dts: broadcom: bcmbca: bcm4908: Reserve CFE stub area
arm64: dts: broadcom: bcmbca: bcm4908: Protect cpu-release-addr
dt-bindings: arm64: bcmbca: Add Zyxel EX3510-B based on BCM4906
arm64: dts: broadcom: bcmbca: bcm4908: Add DT for Zyxel EX3510-B
.../devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 1 +
arch/arm64/boot/dts/broadcom/Makefile | 1 +
arch/arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dts | 37 ++++
arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts | 42 +++++
arch/arm64/boot/dts/broadcom/bcm2712.dtsi | 193 +++++++++++++++++++-
arch/arm64/boot/dts/broadcom/bcmbca/Makefile | 1 +
.../dts/broadcom/bcmbca/bcm4906-netgear-r8000p.dts | 12 +-
.../dts/broadcom/bcmbca/bcm4906-zyxel-ex3510b.dts | 196 +++++++++++++++++++++
arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi | 18 +-
.../arm64/boot/dts/broadcom/northstar2/ns2-svk.dts | 2 -
.../arm64/boot/dts/broadcom/northstar2/ns2-xmc.dts | 1 -
arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi | 2 -
12 files changed, 488 insertions(+), 18 deletions(-)
create mode 100644 arch/arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dts
create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm4906-zyxel-ex3510b.dts
More information about the linux-arm-kernel
mailing list