[GIT PULL 1/4] Broadcom devicetree changes for 6.12
Florian Fainelli
florian.fainelli at broadcom.com
Fri Sep 6 11:06:40 PDT 2024
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
are available in the Git repository at:
https://github.com/Broadcom/stblinux.git tags/arm-soc/for-6.12/devicetree
for you to fetch changes up to 2192ef5e4bd140db22c46cd35ca64731d2e4ba33:
dt-bindings: interrupt-controller: convert bcm2836-l1-intc to yaml (2024-08-20 11:49:16 -0700)
----------------------------------------------------------------
This pull request contains Broadcom SoCs Device Tree changes for 6.12,
please pull the following:
- Krzysztof documents the AVS monitor binding present on 2711 (Raspberry
Pi 4)
- Rafal updates the Broadcom Northstar DTS files to use the recent NVMEM
binding
- Artur factors the nodes between the BCM21664 and BCM23550 SoCs since
they are nearly identical
- Stefan converts the bcm2835-system-timer and bcm2836-l1-intc to a YAML
binding syntax
----------------------------------------------------------------
Artur Weber (2):
ARM: dts: broadcom: bcm21664: Move chosen node into Garnet DTS
ARM: dts: bcm-mobile: Split out nodes used by both BCM21664 and BCM23550
Krzysztof Kozlowski (1):
dt-bindings: soc: bcm: document brcm,bcm2711-avs-monitor
Rafał Miłecki (1):
ARM: dts: broadcom: convert NVMEM content to layout syntax
Stefan Wahren (2):
dt-bindings: timer: convert bcm2835-system-timer bindings to YAML
dt-bindings: interrupt-controller: convert bcm2836-l1-intc to yaml
.../interrupt-controller/brcm,bcm2836-l1-intc.txt | 37 ---
.../interrupt-controller/brcm,bcm2836-l1-intc.yaml | 51 +++
.../bindings/soc/bcm/brcm,bcm2711-avs-monitor.yaml | 44 +++
.../bindings/timer/brcm,bcm2835-system-timer.txt | 22 --
.../bindings/timer/brcm,bcm2835-system-timer.yaml | 50 +++
arch/arm/boot/dts/broadcom/bcm21664-garnet.dts | 4 +
arch/arm/boot/dts/broadcom/bcm21664.dtsi | 342 ++-----------------
arch/arm/boot/dts/broadcom/bcm2166x-common.dtsi | 334 +++++++++++++++++++
arch/arm/boot/dts/broadcom/bcm23550.dtsi | 370 ++-------------------
.../arm/boot/dts/broadcom/bcm53016-meraki-mr32.dts | 12 +-
.../dts/broadcom/bcm958625-meraki-mx6x-common.dtsi | 12 +-
11 files changed, 556 insertions(+), 722 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2836-l1-intc.txt
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2836-l1-intc.yaml
create mode 100644 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2711-avs-monitor.yaml
delete mode 100644 Documentation/devicetree/bindings/timer/brcm,bcm2835-system-timer.txt
create mode 100644 Documentation/devicetree/bindings/timer/brcm,bcm2835-system-timer.yaml
create mode 100644 arch/arm/boot/dts/broadcom/bcm2166x-common.dtsi
More information about the linux-arm-kernel
mailing list