[RESEND,GIT PULL] aspeed: First batch of ARM devicetree changes for v7.2

From: Andrew Jeffery

Date: Wed Jun 03 2026 - 03:26:17 EST


Hi SoC maintainers,

The first attempt[1] missed the preamble, so here's the same again,
this time with it included.

[1]: https://lore.kernel.org/soc/55ab27bc5e09252b1dbfdf1505693eb193b8e846.camel@xxxxxxxxxxxxxxxxxxxx/

Cheers,

Andrew

The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:

Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux.git tags/aspeed-7.2-devicetree-0

for you to fetch changes up to 1249ee157de518a76cec169e2a5db4d6e523cc90:

ARM: dts: aspeed: sanmiguel: Fix the CPU_CHIPTHROT linename (2026-05-27 12:44:26 +0930)

----------------------------------------------------------------
aspeed: First batch of ARM devicetree changes for v7.2

New platforms:

- Rainiera6 (Meta)
- SanMiguel (Meta)

Updated platforms:

- Anacapa: SGPIO line names and interrupt configuration
- Clemente: Remove TMP421 nodes
- Kommando: Enable networking via MAC2/MDIO2
- SanMiguel: Line names and interrupt configuration

AST2600 SoC updates:

- Describe PWM/Tach
- Describe I3C controllers
- Reorganise I2C nodes

Other notes:

91b9aed7381c ("ARM: dts: aspeed-g6: Add nodes for i3c controllers") currently
causes a new warning:

... /ahb/apb/bus@1e7a0000/syscon@0: failed to match any schema with compatible: ['aspeed,ast2600-i3c-global', 'syscon']

The patch necessary to address it has an R-b tag from Kryzsztof[2] but as best
I can tell is yet to be applied to the MFD tree. I've left the change in for now
as the warning will resolve once the binding patch is applied.

Lastly, as part of improving support for the Kommando card Anirudh has also
addressed[1] the persistent pain we've had with the phy-mode property for the
AST2600 MACs. Thanks to Andrew Lunn for being on the case for a while now, and
for those who tested Anirudh's patch.

[1]: https://lore.kernel.org/all/20260525-asus-kommando-v3-0-e6a0ca1b4a3e@xxxxxxxxx/
[2]: https://lore.kernel.org/all/20260425-poised-accomplished-hyena-d2c1a0@quoll/

----------------------------------------------------------------
Anirudh Srinivasan (1):
ARM: dts: aspeed: Enable networking for Asus Kommando IPMI Card

Billy Tsai (1):
ARM: dts: aspeed: g6: Add PWM/Tach controller node

Colin Huang (1):
ARM: dts: aspeed: anacapa: Add JTAG CPLD TRST pin to SGPIO map

Daniel Hsu (1):
ARM: dts: aspeed: yosemite5: Add MP5998 power monitor

Dawid Glazik (2):
ARM: dts: aspeed-g6: move i2c controllers directly into apb node
ARM: dts: aspeed-g6: Add nodes for i3c controllers

Ender Hsieh (1):
ARM: dts: aspeed: msx4: enable BMC networking via MAC0

Mike Hsieh (1):
ARM: dts: aspeed: clemente: Remove IOB NIC TMP421 nodes

Neil Cheng (2):
dt-bindings: arm: aspeed: Add Meta Rainiera6 board
ARM: dts: aspeed: rainiera6: Add Meta Rainiera6 BMC

Potin Lai (4):
dt-bindings: arm: aspeed: add Meta SanMiguel BMC
ARM: dts: aspeed: Add Meta SanMiguel BMC
ARM: dts: aspeed: sanmiguel: Add IOEXP interrupt pin settings
ARM: dts: aspeed: sanmiguel: Fix the CPU_CHIPTHROT linename

Rex Fu (2):
ARM: dts: aspeed: anacapa: Add interrupt properties for PDB PCA9555
ARM: dts: aspeed: anacapa: Correct SGPIO names for monitoring

Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 2 +
arch/arm/boot/dts/aspeed/Makefile | 2 +
arch/arm/boot/dts/aspeed/aspeed-bmc-asus-kommando-ipmi-card.dts | 18 ++
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-anacapa.dts | 34 ++-
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts | 20 --
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-rainiera6.dts | 1012 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-sanmiguel.dts | 672 +++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite5.dts | 5 +
arch/arm/boot/dts/aspeed/aspeed-bmc-nvidia-msx4-bmc.dts | 15 ++
arch/arm/boot/dts/aspeed/aspeed-g6.dtsi | 552 ++++++++++++++++++++++++++------------------
10 files changed, 2074 insertions(+), 258 deletions(-)
create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-rainiera6.dts
create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-sanmiguel.dts