2024-01-25 21:25:55

by Ninad Palsule

[permalink] [raw]
Subject: [PATCH v5 0/2] Add device tree for IBM system1 BMC

This patchset adds device tree for IBM system1 bmc board.

Change log:
v1:
- Added device binding for IBM system1-bmc
- Added device binding for TIS I2C devices
- Added device tree for IBM system1 BMC board
- Added i2c and muxes
- Added voltage regulators
- Added GPIO, Fan ctrl, Led
- Added more compatible strings for tpm_tis_i2c
- Added power supplies, sensors, EEPROMS, TPM and more

v2:
- Incorporated review comments from Conor Dooley, Jarkko Sakkinen,
Guenter Roeck, Rob Herring, Krzysztof Kozlowski
- Merge all patches into single patch.
- Split the trivial device patch.
- Cleanup commit messages.
- Fixed bootargs string.
- Fixed node names.
- Dropped tpm schema patch as it is covered by Lukas's patch.
- Dropped "tpm: tis-i2c: Add more compatible strings" patch and
send it as a separate patch.

v3:
- Fixed voltage-regulators names.
- Updated commit message about TPM compatibility string.

v4:
- Removed compatibility string "nuvoton,npct75x" from TPM

v5:
- Fixed commit message as per reeview comment by Bjorn
- Dropped following commit from patchset as it is already merged.
-> dt-bindings-Add-DPS310-as-trivial-device.patch

Andrew Geissler (1):
ARM: dts: aspeed: System1: IBM system1 BMC board

Ninad Palsule (1):
dt-bindings: arm: aspeed: add IBM system1-bmc

.../bindings/arm/aspeed/aspeed.yaml | 1 +
arch/arm/boot/dts/aspeed/Makefile | 1 +
.../dts/aspeed/aspeed-bmc-ibm-system1.dts | 1623 +++++++++++++++++
3 files changed, 1625 insertions(+)
create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-system1.dts

--
2.39.2



2024-01-25 21:31:10

by Ninad Palsule

[permalink] [raw]
Subject: [PATCH v5 1/2] dt-bindings: arm: aspeed: add IBM system1-bmc

Document the new compatibles used on IBM system1-bmc

Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Ninad Palsule <[email protected]>
---
Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
index 68f717670f78..093b28f4ecba 100644
--- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
+++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
@@ -82,6 +82,7 @@ properties:
- facebook,yosemite4-bmc
- ibm,everest-bmc
- ibm,rainier-bmc
+ - ibm,system1-bmc
- ibm,tacoma-bmc
- inventec,starscream-bmc
- inventec,transformer-bmc
--
2.39.2