mbox series

[GIT,PULL,1/2] Broadcom devicetree changes for 6.14

Message ID 20250109224756.3632025-1-florian.fainelli@broadcom.com (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/2] Broadcom devicetree changes for 6.14 | expand

Pull-request

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

Message

Florian Fainelli Jan. 9, 2025, 10:47 p.m. UTC
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