From: Eddie James <eajames@linux.ibm.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH v5 3/4] ARM: dts: aspeed: Add IBM P11 Blueridge 4U BMC system
Date: Tue, 14 May 2024 16:35:09 -0500 [thread overview]
Message-ID: <20240514213510.159144-4-eajames@linux.ibm.com> (raw)
In-Reply-To: <20240514213510.159144-1-eajames@linux.ibm.com>
The 4U Blueridge is identical to the Blueridge system but has two extra
power supplies.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
.../aspeed/aspeed-bmc-ibm-blueridge-4u.dts | 21 +++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts
new file mode 100644
index 0000000000000..839aad4ddd917
--- /dev/null
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts
@@ -0,0 +1,21 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+// Copyright 2024 IBM Corp.
+/dts-v1/;
+
+#include "aspeed-bmc-ibm-blueridge.dts"
+
+/ {
+ model = "Blueridge 4U";
+};
+
+&i2c3 {
+ power-supply at 6a {
+ compatible = "ibm,cffps";
+ reg = <0x6a>;
+ };
+
+ power-supply at 6b {
+ compatible = "ibm,cffps";
+ reg = <0x6b>;
+ };
+};
--
2.39.3
WARNING: multiple messages have this Message-ID (diff)
From: Eddie James <eajames@linux.ibm.com>
To: linux-aspeed@lists.ozlabs.org
Cc: devicetree@vger.kernel.org, andrew@codeconstruct.com.au,
joel@jms.id.au, conor+dt@kernel.org, eajames@linux.ibm.com,
krzk+dt@kernel.org, robh@kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v5 3/4] ARM: dts: aspeed: Add IBM P11 Blueridge 4U BMC system
Date: Tue, 14 May 2024 16:35:09 -0500 [thread overview]
Message-ID: <20240514213510.159144-4-eajames@linux.ibm.com> (raw)
In-Reply-To: <20240514213510.159144-1-eajames@linux.ibm.com>
The 4U Blueridge is identical to the Blueridge system but has two extra
power supplies.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
.../aspeed/aspeed-bmc-ibm-blueridge-4u.dts | 21 +++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts
new file mode 100644
index 0000000000000..839aad4ddd917
--- /dev/null
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-ibm-blueridge-4u.dts
@@ -0,0 +1,21 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+// Copyright 2024 IBM Corp.
+/dts-v1/;
+
+#include "aspeed-bmc-ibm-blueridge.dts"
+
+/ {
+ model = "Blueridge 4U";
+};
+
+&i2c3 {
+ power-supply@6a {
+ compatible = "ibm,cffps";
+ reg = <0x6a>;
+ };
+
+ power-supply@6b {
+ compatible = "ibm,cffps";
+ reg = <0x6b>;
+ };
+};
--
2.39.3
next prev parent reply other threads:[~2024-05-14 21:35 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-14 21:35 [PATCH v5 0/4] ARM: dts: aspeed: Add IBM P11 BMC systems Eddie James
2024-05-14 21:35 ` Eddie James
2024-05-14 21:35 ` [PATCH v5 1/4] ARM: dts: aspeed: Add IBM P11 FSI devices Eddie James
2024-05-14 21:35 ` Eddie James
2024-05-14 21:35 ` [PATCH v5 2/4] ARM: dts: aspeed: Add IBM P11 Blueridge BMC system Eddie James
2024-05-14 21:35 ` Eddie James
2024-05-15 14:11 ` Krzysztof Kozlowski
2024-05-15 14:11 ` Krzysztof Kozlowski
2024-05-14 21:35 ` Eddie James [this message]
2024-05-14 21:35 ` [PATCH v5 3/4] ARM: dts: aspeed: Add IBM P11 Blueridge 4U " Eddie James
2024-05-14 21:35 ` [PATCH v5 4/4] ARM: dts: aspeed: Add IBM P11 Fuji " Eddie James
2024-05-14 21:35 ` Eddie James
2024-05-15 13:13 ` [PATCH v5 0/4] ARM: dts: aspeed: Add IBM P11 BMC systems Rob Herring (Arm)
2024-05-15 13:13 ` Rob Herring
2024-05-15 14:10 ` Krzysztof Kozlowski
2024-05-15 14:10 ` Krzysztof Kozlowski
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=20240514213510.159144-4-eajames@linux.ibm.com \
--to=eajames@linux.ibm.com \
--cc=linux-aspeed@lists.ozlabs.org \
/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.