From: Peter Yin <peteryin.openbmc@gmail.com>
To: patrick@stwcx.xyz, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>, Joel Stanley <joel@jms.id.au>,
Andrew Jeffery <andrew@aj.id.au>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: [PATCH v5 12/12] ARM: dts: aspeed: Harma: Modify GPIO line name
Date: Fri, 12 Apr 2024 17:16:00 +0800 [thread overview]
Message-ID: <20240412091600.2534693-13-peteryin.openbmc@gmail.com> (raw)
In-Reply-To: <20240412091600.2534693-1-peteryin.openbmc@gmail.com>
Add:
"reset-cause-platrst", "cpu0-err-alert", "leakage-detect-alert",
"presence-post-card", "ac-power-button", "P0_I3C_APML_ALERT_L",
"irq-uv-detect-alert", "irq-hsc-alert", "cpu0-prochot-alert",
"cpu0-thermtrip-alert", "reset-cause-pcie", "pvdd11-ocp-alert"
Rename:
"power-cpu-good" to "host0-ready",
"host-ready-n" to "post-end-n
Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com>
---
.../dts/aspeed/aspeed-bmc-facebook-harma.dts | 38 ++++++++++++++-----
1 file changed, 29 insertions(+), 9 deletions(-)
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts
index a5abb16e5d8b..e7f4823ca4b3 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts
@@ -332,6 +332,12 @@ gpio@31 {
reg = <0x31>;
gpio-controller;
#gpio-cells = <2>;
+
+ gpio-line-names =
+ "","","","",
+ "","","presence-cmm","",
+ "","","","",
+ "","","","";
};
i2c-mux@71 {
@@ -471,7 +477,8 @@ &gpio0 {
/*A0-A7*/ "","","","","","","","",
/*B0-B7*/ "","","","",
"bmc-spi-mux-select-0","led-identify","","",
- /*C0-C7*/ "","","","","","","","",
+ /*C0-C7*/ "reset-cause-platrst","","","","",
+ "cpu0-err-alert","","",
/*D0-D7*/ "","","sol-uart-select","","","","","",
/*E0-E7*/ "","","","","","","","",
/*F0-F7*/ "","","","","","","","",
@@ -480,7 +487,8 @@ &gpio0 {
/*I0-I7*/ "","","","","","","","",
/*J0-J7*/ "","","","","","","","",
/*K0-K7*/ "","","","","","","","",
- /*L0-L7*/ "","","","","","","","",
+ /*L0-L7*/ "","","","",
+ "leakage-detect-alert","","","",
/*M0-M7*/ "","","","","","","","",
/*N0-N7*/ "led-postcode-0","led-postcode-1",
"led-postcode-2","led-postcode-3",
@@ -499,7 +507,16 @@ &gpio0 {
/*W0-W7*/ "","","","","","","","",
/*X0-X7*/ "","","","","","","","",
/*Y0-Y7*/ "","","","","","","","",
- /*Z0-Z7*/ "","","","","","","","";
+ /*Z0-Z7*/ "","","","","","","presence-post-card","";
+};
+
+&gpio1 {
+ gpio-line-names =
+ /*18A0-18A7*/ "ac-power-button","","","","","","","",
+ /*18B0-18B7*/ "","","","","","","","",
+ /*18C0-18C7*/ "","","","","","","","",
+ /*18D0-18D7*/ "","","","","","","","",
+ /*18E0-18E3*/ "","","","","","","","";
};
&sgpiom0 {
@@ -548,10 +565,10 @@ &sgpiom0 {
"","reset-control-cpu0-p1-mux",
"","reset-control-e1s-mux",
"power-host-good","reset-control-mb-mux",
- "power-cpu-good","reset-control-smb-e1s-0",
+ "host0-ready","reset-control-smb-e1s-0",
/*E0-E3 line 64-71*/
"","reset-control-smb-e1s-1",
- "host-ready-n","reset-control-srst",
+ "post-end-n","reset-control-srst",
"presence-e1s-0","reset-control-usb-hub",
"","reset-control",
/*E4-E7 line 72-79*/
@@ -602,13 +619,16 @@ &sgpiom0 {
"SLOT_ID_BCB_2","",
"SLOT_ID_BCB_3","",
/*K0-K3 line 160-167*/
- "","","","","","","","",
+ "","","","","","","P0_I3C_APML_ALERT_L","",
/*K4-K7 line 168-175*/
- "","","","","","","","",
+ "","","","","","","irq-uv-detect-alert","",
/*L0-L3 line 176-183*/
- "","","","","","","","",
+ "irq-hsc-alert","",
+ "cpu0-prochot-alert","",
+ "cpu0-thermtrip-alert","",
+ "reset-cause-pcie","",
/*L4-L7 line 184-191*/
- "","","","","","","","",
+ "pvdd11-ocp-alert","","","","","","","",
/*M0-M3 line 192-199*/
"","","","","","","","",
/*M4-M7 line 200-207*/
--
2.25.1
next prev parent reply other threads:[~2024-04-12 9:18 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-12 9:15 [PATCH v5 00/12] Revise Meta(Facebook) Harma BMC(AST2600) Peter Yin
2024-04-12 9:15 ` [PATCH v5 01/12] ARM: dts: aspeed: Harma: Revise SGPIO line name Peter Yin
2024-04-12 9:15 ` [PATCH v5 02/12] ARM: dts: aspeed: Harma: mapping ttyS2 to UART4 Peter Yin
2024-04-12 9:15 ` [PATCH v5 03/12] ARM: dts: aspeed: Harma: Remove Vuart Peter Yin
2024-04-12 9:15 ` [PATCH v5 04/12] ARM: dts: aspeed: Harma: Add cpu power good line name Peter Yin
2024-04-12 9:15 ` [PATCH v5 05/12] ARM: dts: aspeed: Harma: Add spi-gpio Peter Yin
2024-04-12 9:15 ` [PATCH v5 06/12] ARM: dts: aspeed: Harma: Add PDB temperature Peter Yin
2024-04-12 9:15 ` [PATCH v5 07/12] ARM: dts: aspeed: Harma: Revise max31790 address Peter Yin
2024-04-12 9:15 ` [PATCH v5 08/12] ARM: dts: aspeed: Harma: Add NIC Fru device Peter Yin
2024-04-12 9:15 ` [PATCH v5 09/12] ARM: dts: aspeed: Harma: Add ltc4286 device Peter Yin
2024-04-12 9:15 ` [PATCH v5 10/12] ARM: dts: aspeed: Harma: Revise node name Peter Yin
2024-04-12 9:15 ` [PATCH v5 11/12] ARM: dts: aspeed: Harma: Add retimer device Peter Yin
2024-04-12 9:16 ` Peter Yin [this message]
2024-04-15 2:00 ` [PATCH v5 00/12] Revise Meta(Facebook) Harma BMC(AST2600) Andrew Jeffery
2024-04-15 16:03 ` Chia Hsing Yin
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=20240412091600.2534693-13-peteryin.openbmc@gmail.com \
--to=peteryin.openbmc@gmail.com \
--cc=andrew@aj.id.au \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=joel@jms.id.au \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-aspeed@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patrick@stwcx.xyz \
--cc=robh+dt@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®