All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <florian.fainelli@broadcom.com>
To: soc@kernel.org
Cc: "Rosen Penev" <rosenp@gmail.com>,
	"Florian Fainelli" <florian.fainelli@broadcom.com>,
	"Rob Herring" <robh@kernel.org>,
	"Linus Walleij" <linusw@kernel.org>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"William Zhang" <william.zhang@broadcom.com>,
	"Miquel Raynal" <miquel.raynal@bootlin.com>,
	"Rafał Miłecki" <rafal@milecki.pl>,
	linux-arm-kernel@lists.infradead.org, arnd@arndb.de,
	khilman@kernel.org, bcm-kernel-feedback-list@broadcom.com
Subject: [GIT PULL 1/2] Broadcom devicetree changes for 7.1
Date: Mon, 23 Mar 2026 12:02:38 -0700	[thread overview]
Message-ID: <20260323190239.1890505-1-florian.fainelli@broadcom.com> (raw)

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 220bdfcb4b4788f57faa2c28454d8b2dd3bcab6c:

  ARM: dts: BCM5301X: EA9200: specify partitions (2026-03-20 16:57:31 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs Device Tree updates
for 7.1, please pull the following:

- Rafal provides a complete description of the PCIe Root Complex nodes
  in order to silence a number of dtc warnings

- Rosen provides the necessary NVMEM properties to allow describing the
  WAN device MAC address from NVRAM, also adds better LEDs, USB GPIOs
  and Wi-Fi buttons for the Linksys EA9200 router

- Linus completes the BCA devices description by adding the I2C block
  and fixing interrupts for the DMA block on 63138 and 6878

----------------------------------------------------------------
Linus Walleij (7):
      ARM: dts: bcm6878: Fix PL081 DMA block IRQ
      ARM: dts: bcm63138: Fix DMA IRQ
      ARM: dts: bcm6846: Add I2C bus block
      ARM: dts: bcm6855: Add I2C bus blocks
      ARM: dts: bcm6878: Add I2C bus block
      ARM: dts: bcm63138: Add I2C block
      ARM: dts: bcm63148: Add I2C block

Miquel Raynal (1):
      ARM: dts: BCM5301X: Drop extra NAND controller compatible

Rafał Miłecki (1):
      ARM: dts: BCM5301X: Describe PCIe controllers fully

Rob Herring (Arm) (1):
      ARM: dts: broadcom: bcm2835-rpi: Move non simple-bus nodes to root level

Rosen Penev (9):
      ARM: dts: BCM5301X: add root pcie bridges
      ARM: dts: BCM5301X: EA9200: set WAN MAC from nvram
      ARM: dts: BCM5301X: panamera: set WAN MAC from nvram
      ARM: dts: BCM5301X: AC3100: set WAN MAC from nvram
      ARM: dts: BCM5301X: AC5300: set WAN MAC from nvram
      ARM: dts: BCM5301X: EA9200: add WiFi button
      ARM: dts: BCM5301X: EA9200: add USB GPIOs
      ARM: dts: BCM5301X: EA9200: add LEDs
      ARM: dts: BCM5301X: EA9200: specify partitions

 arch/arm/boot/dts/broadcom/bcm-ns.dtsi             |  58 +++++++++++-
 arch/arm/boot/dts/broadcom/bcm2835-common.dtsi     |   7 +-
 arch/arm/boot/dts/broadcom/bcm2835-rpi.dtsi        |  16 ++--
 .../boot/dts/broadcom/bcm4709-linksys-ea9200.dts   | 100 +++++++++++++++++++++
 .../boot/dts/broadcom/bcm4709-netgear-r8000.dts    |  73 +++++++--------
 .../boot/dts/broadcom/bcm47094-asus-rt-ac3100.dtsi |   7 ++
 .../boot/dts/broadcom/bcm47094-asus-rt-ac5300.dts  |   3 +
 .../dts/broadcom/bcm47094-linksys-panamera.dts     |   7 ++
 .../boot/dts/broadcom/bcm47094-luxul-xap-1610.dts  |  36 ++------
 .../dts/broadcom/bcm47094-luxul-xwr-3150-v1.dts    |  36 ++------
 arch/arm/boot/dts/broadcom/bcm63138.dtsi           |  11 ++-
 arch/arm/boot/dts/broadcom/bcm63148.dtsi           |  11 ++-
 arch/arm/boot/dts/broadcom/bcm6846.dtsi            |   9 ++
 arch/arm/boot/dts/broadcom/bcm6855.dtsi            |  18 ++++
 arch/arm/boot/dts/broadcom/bcm6878.dtsi            |  11 ++-
 15 files changed, 289 insertions(+), 114 deletions(-)


             reply	other threads:[~2026-03-23 19:03 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-23 19:02 Florian Fainelli [this message]
2026-03-23 19:02 ` [GIT PULL 2/2] Broadcom devicetree-arm64 changes for 7.1 Florian Fainelli
2026-04-01 11:18   ` Krzysztof Kozlowski
2026-04-01 12:02     ` Krzysztof Kozlowski
2026-04-01 14:37       ` Arnd Bergmann
2026-04-01 14:47         ` Krzysztof Kozlowski
2026-04-01 16:33           ` Arnd Bergmann
2026-04-01 16:38             ` Krzysztof Kozlowski
2026-04-01 16:41               ` Florian Fainelli
2026-04-01 16:49                 ` Mark Brown
2026-04-01 16:50                 ` Arnd Bergmann
2026-03-27 11:53 ` [GIT PULL 1/2] Broadcom devicetree " Krzysztof Kozlowski
2026-03-27 16:26   ` Florian Fainelli
2026-04-01 21:50 ` patchwork-bot+linux-soc
2026-04-01 22:12   ` Arnd Bergmann

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=20260323190239.1890505-1-florian.fainelli@broadcom.com \
    --to=florian.fainelli@broadcom.com \
    --cc=arnd@arndb.de \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=khilman@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linusw@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=rafal@milecki.pl \
    --cc=robh@kernel.org \
    --cc=rosenp@gmail.com \
    --cc=soc@kernel.org \
    --cc=william.zhang@broadcom.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.