[GIT PULL 1/3] Broadcom devicetree changes for 6.16

Florian Fainelli florian.fainelli at broadcom.com
Mon May 5 09:58:08 PDT 2025


The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 959886105a40a3ba94fa396aca83e1083a2056ab:

  arm64: dts: bcm: Add reference to RPi 2 (2nd rev) (2025-05-05 09:45:07 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC Device Tree changes
for 6.16, please pull the following:

- Arthur adds a pinctrl node for BCM21664 and updates BCM23550 to use
  it, he also drops the DTS file for the BCM59056 PMU chip and leaving
  that board level DTS files

- Stefan documents and adds support for the Raspberry Pi 2 2nd revision.

----------------------------------------------------------------
Artur Weber (3):
      ARM: dts: bcm2166x-common: Add pinctrl node
      ARM: dts: bcm2166x: Add bcm2166x-pinctrl DTSI
      ARM: dts: Drop DTS for BCM59056 PMU

Stefan Wahren (3):
      dt-bindings: arm: bcm2835: Add Raspberry Pi 2 (2nd rev)
      ARM: dts: bcm: Add support for Raspberry Pi 2 (2nd rev)
      arm64: dts: bcm: Add reference to RPi 2 (2nd rev)

 .../devicetree/bindings/arm/bcm/bcm2835.yaml       |   1 +
 arch/arm/boot/dts/broadcom/Makefile                |   2 +
 arch/arm/boot/dts/broadcom/bcm2166x-common.dtsi    |   7 +
 arch/arm/boot/dts/broadcom/bcm2166x-pinctrl.dtsi   | 297 +++++++++++++++++++++
 arch/arm/boot/dts/broadcom/bcm28155-ap.dts         |  68 +++--
 arch/arm/boot/dts/broadcom/bcm2837-rpi-2-b.dts     | 130 +++++++++
 arch/arm/boot/dts/broadcom/bcm59056.dtsi           |  91 -------
 arch/arm64/boot/dts/broadcom/Makefile              |   1 +
 arch/arm64/boot/dts/broadcom/bcm2837-rpi-2-b.dts   |   2 +
 9 files changed, 472 insertions(+), 127 deletions(-)
 create mode 100644 arch/arm/boot/dts/broadcom/bcm2166x-pinctrl.dtsi
 create mode 100644 arch/arm/boot/dts/broadcom/bcm2837-rpi-2-b.dts
 delete mode 100644 arch/arm/boot/dts/broadcom/bcm59056.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-2-b.dts



More information about the linux-arm-kernel mailing list