mbox series

[GIT,PULL,1/4] Broadcom devicetree changes for 6.12

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

Pull-request

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

Message

Florian Fainelli Sept. 6, 2024, 6:06 p.m. UTC
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

Comments

patchwork-bot+linux-soc@kernel.org Sept. 11, 2024, 9:20 a.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri,  6 Sep 2024 11:06:40 -0700 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/4] Broadcom devicetree changes for 6.12
    (no matching commit)
  - [GIT,PULL,2/4] Broadcom devicetree-arm64 changes for 6.12
    https://git.kernel.org/soc/soc/c/ceb7d8adf640
  - [GIT,PULL,3/4] Broadcom drivers changes for 6.12
    https://git.kernel.org/soc/soc/c/13e87440bf0f
  - [GIT,PULL,4/4] Broadcom soc changes for 6.12
    https://git.kernel.org/soc/soc/c/46d2efc4efc0

You are awesome, thank you!