* [GIT PULL 1/2] Broadcom devicetree changes for 6.14
@ 2025-01-09 22:47 Florian Fainelli
2025-01-09 22:47 ` [GIT PULL 2/2] Broadcom devicetree-arm64 " Florian Fainelli
2025-01-16 16:02 ` [GIT PULL 1/2] Broadcom devicetree " patchwork-bot+linux-soc
0 siblings, 2 replies; 3+ messages in thread
From: Florian Fainelli @ 2025-01-09 22:47 UTC (permalink / raw)
To: soc
Cc: Rosen Penev, Florian Fainelli, Linus Walleij, Rob Herring,
linux-arm-kernel, arnd, olof, khilman, bcm-kernel-feedback-list
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
for you to fetch changes up to f167292c8d13d31cbe9ffaa8108edcb4e8b1c60f:
ARM: dts: meraki-mr26: set mac address for gmac0 (2024-12-17 10:23:28 -0800)
----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree updates
for 6.14, please pull the following:
- Rob removes some unused and undocumented properties pertaining to the
SPI flash controller on Broadcom boards
- Linus adds a number of BCM6846 peripherals: HWRNG, watchdog, GPIO,
MDIO, LED controller, DMA and then proceeds with adding support for
the GEnexsis XG6846B PON router
- Rosen sets the MAC address NVMEM reference on the Meraki MR26 platform
----------------------------------------------------------------
Linus Walleij (9):
ARM: dts: bcm6846: Add iproc rng
ARM: dts: bcm6846: Enable watchdog
ARM: dts: bcm6846: Add GPIO blocks
ARM: dts: bcm6846: Add MDIO control block
ARM: dts: bcm6846: Add LED controller
ARM: dts: bcm6846: Add ARM PL081 DMA block
dt-bindings: vendor-prefixes: Add Genexis
dt-bindings: arm: bcmbca: Add Genexis XG6846B
ARM: dts: broadcom: Add Genexis XG6846B DTS file
Rob Herring (Arm) (1):
arm: dts: broadcom: Remove unused and undocumented properties
Rosen Penev (1):
ARM: dts: meraki-mr26: set mac address for gmac0
.../devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 1 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/broadcom/Makefile | 1 +
.../arm/boot/dts/broadcom/bcm53015-meraki-mr26.dts | 20 ++
.../dts/broadcom/bcm53340-ubnt-unifi-switch8.dts | 1 -
.../boot/dts/broadcom/bcm6846-genexis-xg6846b.dts | 244 +++++++++++++++++++++
arch/arm/boot/dts/broadcom/bcm6846.dtsi | 120 ++++++++++
arch/arm/boot/dts/broadcom/bcm953012hr.dts | 1 -
arch/arm/boot/dts/broadcom/bcm953012k.dts | 1 -
arch/arm/boot/dts/broadcom/bcm958522er.dts | 1 -
arch/arm/boot/dts/broadcom/bcm958525er.dts | 1 -
arch/arm/boot/dts/broadcom/bcm958525xmc.dts | 1 -
arch/arm/boot/dts/broadcom/bcm958622hr.dts | 1 -
arch/arm/boot/dts/broadcom/bcm958623hr.dts | 1 -
arch/arm/boot/dts/broadcom/bcm958625hr.dts | 1 -
arch/arm/boot/dts/broadcom/bcm958625k.dts | 1 -
arch/arm/boot/dts/broadcom/bcm988312hr.dts | 1 -
17 files changed, 388 insertions(+), 11 deletions(-)
create mode 100644 arch/arm/boot/dts/broadcom/bcm6846-genexis-xg6846b.dts
^ permalink raw reply [flat|nested] 3+ messages in thread* [GIT PULL 2/2] Broadcom devicetree-arm64 changes for 6.14
2025-01-09 22:47 [GIT PULL 1/2] Broadcom devicetree changes for 6.14 Florian Fainelli
@ 2025-01-09 22:47 ` Florian Fainelli
2025-01-16 16:02 ` [GIT PULL 1/2] Broadcom devicetree " patchwork-bot+linux-soc
1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2025-01-09 22:47 UTC (permalink / raw)
To: soc
Cc: Rosen Penev, Florian Fainelli, Sam Edwards, Sam Edwards,
Krzysztof Kozlowski, Rob Herring, Dave Stevenson,
linux-arm-kernel, arnd, olof, khilman, bcm-kernel-feedback-list
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
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL 1/2] Broadcom devicetree changes for 6.14
2025-01-09 22:47 [GIT PULL 1/2] Broadcom devicetree changes for 6.14 Florian Fainelli
2025-01-09 22:47 ` [GIT PULL 2/2] Broadcom devicetree-arm64 " Florian Fainelli
@ 2025-01-16 16:02 ` patchwork-bot+linux-soc
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2025-01-16 16:02 UTC (permalink / raw)
To: Florian Fainelli; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Thu, 9 Jan 2025 14:47:55 -0800 you wrote:
> 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
>
> [...]
Here is the summary with links:
- [GIT,PULL,1/2] Broadcom devicetree changes for 6.14
https://git.kernel.org/soc/soc/c/14d773bb96e2
- [GIT,PULL,2/2] Broadcom devicetree-arm64 changes for 6.14
https://git.kernel.org/soc/soc/c/ab6efed7ec87
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-16 16:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09 22:47 [GIT PULL 1/2] Broadcom devicetree changes for 6.14 Florian Fainelli
2025-01-09 22:47 ` [GIT PULL 2/2] Broadcom devicetree-arm64 " Florian Fainelli
2025-01-16 16:02 ` [GIT PULL 1/2] Broadcom devicetree " patchwork-bot+linux-soc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox