All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/6] ARM: dts: aspeed: Add Balcones system
@ 2025-09-17 14:42 Eddie James
  2025-09-17 14:42 ` [PATCH v5 1/6] dt-bindings: arm: aspeed: add IBM Balcones board Eddie James
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Eddie James @ 2025-09-17 14:42 UTC (permalink / raw)
  To: linux-aspeed; +Cc: devicetree, andrew, conor+dt, krzk+dt, robh, eajames

The Balcones system is similar to Bonnell but with a POWER11 processor.

Changes since v4:
 - Add patch to fix max31785 warnings
 - Add patch to fix missing Bonnell documentation

Changes since v3:
 - Add max31785 to the max31790 document instead of to trivial-devices
 - Fix minor formatting in dps310 document

Changes since v2:
 - Fix a couple of incorrect i2c addresses
 - Document dps310 and max31785 properly
 - Drop the UCD binding documentation update, it's been fixed

Changes since v1:
 - Add all the ucd9000 driver supported compatible strings
 - Fix node ordering in Balcones device tree
 - Improve commit message to explain addition of ibm-power11-dual.dtsi

Eddie James (6):
  dt-bindings: arm: aspeed: add IBM Balcones board
  dt-bindings: arm: aspeed: add IBM Bonnell board
  dt-bindings: iio: Add Infineon DPS310 sensor documentation
  dt-bindings: hwmon: Move max31785 compatibles to max31790 document
  ARM: dts: aspeed: Add Balcones system
  ARM: dts: aspeed: Fix max31785 fan node naming

 .../bindings/arm/aspeed/aspeed.yaml           |   2 +
 .../devicetree/bindings/hwmon/max31785.txt    |  22 -
 .../bindings/hwmon/maxim,max31790.yaml        |   6 +-
 .../iio/pressure/infineon,dps310.yaml         |  44 +
 .../devicetree/bindings/trivial-devices.yaml  |   2 -
 MAINTAINERS                                   |   1 +
 arch/arm/boot/dts/aspeed/Makefile             |   1 +
 .../dts/aspeed/aspeed-bmc-ibm-balcones.dts    | 609 ++++++++++++++
 .../dts/aspeed/aspeed-bmc-ibm-bonnell.dts     |   6 +-
 .../dts/aspeed/aspeed-bmc-ibm-everest.dts     |  10 +-
 .../boot/dts/aspeed/aspeed-bmc-ibm-fuji.dts   |   2 -
 .../dts/aspeed/aspeed-bmc-ibm-rainier.dts     |  14 +-
 .../boot/dts/aspeed/aspeed-bmc-opp-tacoma.dts |  10 +-
 .../dts/aspeed/aspeed-bmc-opp-witherspoon.dts |   2 -
 .../arm/boot/dts/aspeed/ibm-power11-dual.dtsi | 779 ++++++++++++++++++
 .../arm/boot/dts/aspeed/ibm-power11-quad.dtsi | 769 +----------------
 16 files changed, 1459 insertions(+), 820 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/hwmon/max31785.txt
 create mode 100644 Documentation/devicetree/bindings/iio/pressure/infineon,dps310.yaml
 create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-balcones.dts
 create mode 100644 arch/arm/boot/dts/aspeed/ibm-power11-dual.dtsi

-- 
2.51.0



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-09-18  0:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-17 14:42 [PATCH v5 0/6] ARM: dts: aspeed: Add Balcones system Eddie James
2025-09-17 14:42 ` [PATCH v5 1/6] dt-bindings: arm: aspeed: add IBM Balcones board Eddie James
2025-09-17 14:42 ` [PATCH v5 2/6] dt-bindings: arm: aspeed: add IBM Bonnell board Eddie James
2025-09-17 15:46   ` Rob Herring
2025-09-17 14:42 ` [PATCH v5 3/6] dt-bindings: iio: Add Infineon DPS310 sensor documentation Eddie James
2025-09-17 14:42 ` [PATCH v5 4/6] dt-bindings: hwmon: Move max31785 compatibles to max31790 document Eddie James
2025-09-17 14:42 ` [PATCH v5 5/6] ARM: dts: aspeed: Add Balcones system Eddie James
2025-09-17 14:42 ` [PATCH v5 6/6] ARM: dts: aspeed: Fix max31785 fan node naming Eddie James
2025-09-18  0:39 ` [PATCH v5 0/6] ARM: dts: aspeed: Add Balcones system Rob Herring (Arm)

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.