Linux SOC development
 help / color / mirror / Atom feed
From: Florian Fainelli <florian.fainelli@broadcom.com>
To: soc@kernel.org
Cc: "Stefan Wahren" <wahrenst@gmx.net>,
	"Conor Dooley" <conor.dooley@microchip.com>,
	"Florian Fainelli" <florian.fainelli@broadcom.com>,
	"Artur Weber" <aweber.kernel@gmail.com>,
	"Rafał Miłecki" <rafal@milecki.pl>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	"Rob Herring" <robh@kernel.org>,
	linux-arm-kernel@lists.infradead.org, arnd@arndb.de,
	olof@lixom.net, khilman@kernel.org,
	bcm-kernel-feedback-list@broadcom.com
Subject: [GIT PULL 1/4] Broadcom devicetree changes for 6.12
Date: Fri,  6 Sep 2024 11:06:40 -0700	[thread overview]
Message-ID: <20240906180643.2275460-1-florian.fainelli@broadcom.com> (raw)

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

             reply	other threads:[~2024-09-06 18:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-06 18:06 Florian Fainelli [this message]
2024-09-06 18:06 ` [GIT PULL 2/4] Broadcom devicetree-arm64 changes for 6.12 Florian Fainelli
2024-09-06 18:06 ` [GIT PULL 3/4] Broadcom drivers " Florian Fainelli
2024-09-06 18:06 ` [GIT PULL 4/4] Broadcom soc " Florian Fainelli
2024-09-11  9:20 ` [GIT PULL 1/4] Broadcom devicetree " patchwork-bot+linux-soc
2024-10-11 10:59 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240906180643.2275460-1-florian.fainelli@broadcom.com \
    --to=florian.fainelli@broadcom.com \
    --cc=arnd@arndb.de \
    --cc=aweber.kernel@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=conor.dooley@microchip.com \
    --cc=khilman@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=olof@lixom.net \
    --cc=rafal@milecki.pl \
    --cc=robh@kernel.org \
    --cc=soc@kernel.org \
    --cc=wahrenst@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox