Linux SOC development
 help / color / mirror / Atom feed
From: Andrew Jeffery <andrew@codeconstruct.com.au>
To: soc <soc@lists.linux.dev>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-aspeed@lists.ozlabs.org,  linux-kernel@vger.kernel.org,
	Joel Stanley <joel@jms.id.au>
Subject: [GIT PULL] aspeed: further devicetree changes for v6.18
Date: Mon, 15 Sep 2025 11:43:18 +0930	[thread overview]
Message-ID: <5793039afcedeb28179a3c9909631d8251abc73e.camel@codeconstruct.com.au> (raw)

Hello SoC maintainers,

This is a second 6.18 PR for the ASPEED devicetrees, following the
first at [1].

Cheers,

Andrew

[1]: https://lore.kernel.org/soc/cb634cffaf0db9d25fb3062f0eee41e03955321f.camel@codeconstruct.com.au/

---

The following changes since commit b785b5d88cc27a521ea22b3afd85804c4c321d4a:

  ARM: dts: aspeed: x570d4u: convert NVMEM content to layout syntax (2025-08-11 09:37:48 +0930)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux.git tags/aspeed-6.18-devicetree-1

for you to fetch changes up to 3708a165a98c23cc83216deda88bc7d64ba85527:

  ARM: dts: aspeed: Drop syscon "reg-io-width" properties (2025-09-10 16:20:40 +0930)

----------------------------------------------------------------
Further ASPEED devicetree updates for v6.18

New platforms:

- Meta Clemente

  Clemente is a compute-tray platform using an AST2600 SoC

Updated platforms:

- Harma (Meta): Hot-swap controller, power monitoring, GPIO names

There are also some devicetree cleanups from Rob and Krzysztof that touch a
variety of platforms and the DTSIs. These lead to fewer warnings emitted for the
ASPEED devicetrees.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      ARM: dts: aspeed: Minor whitespace cleanup

Leo Wang (3):
      dt-bindings: arm: aspeed: add Meta Clemente board
      ARM: dts: aspeed: Add NCSI3 and NCSI4 pinctrl nodes
      ARM: dts: aspeed: clemente: add Meta Clemente BMC

Peter Yin (3):
      ARM: dts: aspeed: harma: add power monitor support
      ARM: dts: aspeed: harma: revise gpio name
      ARM: dts: aspeed: harma: add mp5990

Rob Herring (Arm) (3):
      ARM: dts: aspeed: Fix/add I2C device vendor prefixes
      ARM: dts: aspeed: Drop "sdhci" compatibles
      ARM: dts: aspeed: Drop syscon "reg-io-width" properties

 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml        |    1 +
 arch/arm/boot/dts/aspeed/Makefile                               |    1 +
 arch/arm/boot/dts/aspeed/aspeed-bmc-ampere-mtjefferson.dts      |    2 +-
 arch/arm/boot/dts/aspeed/aspeed-bmc-arm-stardragon4800-rep2.dts |    2 +-
 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-catalina.dts       |    4 +-
 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts       | 1283 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts          |   43 +--
 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts        |   36 +--
 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-santabarbara.dts   |    2 +-
 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-tiogapass.dts      |    2 +-
 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts      |   12 +-
 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-rainier.dts             |    2 +-
 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-sbp1.dts                |    8 +-
 arch/arm/boot/dts/aspeed/aspeed-bmc-lenovo-hr855xg2.dts         |    4 +-
 arch/arm/boot/dts/aspeed/aspeed-bmc-nvidia-gb200nvl-bmc.dts     |    2 +-
 arch/arm/boot/dts/aspeed/aspeed-bmc-opp-palmetto.dts            |    2 +-
 arch/arm/boot/dts/aspeed/aspeed-bmc-opp-zaius.dts               |    2 +-
 arch/arm/boot/dts/aspeed/aspeed-bmc-quanta-s6q.dts              |    4 +-
 arch/arm/boot/dts/aspeed/aspeed-bmc-vegman.dtsi                 |    2 +-
 arch/arm/boot/dts/aspeed/aspeed-g4.dtsi                         |    1 -
 arch/arm/boot/dts/aspeed/aspeed-g5.dtsi                         |    2 -
 arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi                 |   10 +
 arch/arm/boot/dts/aspeed/aspeed-g6.dtsi                         |    6 +-
 23 files changed, 1360 insertions(+), 73 deletions(-)
 create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts


             reply	other threads:[~2025-09-15  2:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-15  2:13 Andrew Jeffery [this message]
2025-09-15 13:50 ` [GIT PULL] aspeed: further devicetree changes for v6.18 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=5793039afcedeb28179a3c9909631d8251abc73e.camel@codeconstruct.com.au \
    --to=andrew@codeconstruct.com.au \
    --cc=joel@jms.id.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soc@lists.linux.dev \
    /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