[PATCH v3 1/3] ARM: dts: aspeed: anacapa: fix SGPIOM0 GPIO line naming for RMC leak detect
From: Colin Huang
Date: Tue Mar 10 2026 - 05:50:10 EST
The SGPIOM0 GPIO line naming is adjusted to correctly reflect the
RMC leak detection signal position.
Move "LEAK_DETECT_RMC_N" to the correct GPIO index and clear the
previous reserved placeholder entries to maintain proper alignment
with the hardware GPIO mapping.
This change only updates the GPIO line labels and does not affect
the electrical configuration or GPIO functionality.
Signed-off-by: Colin Huang <u8813345@xxxxxxxxx>
---
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-anacapa.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-anacapa.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-anacapa.dts
index 2cb7bd128d24..3e297abc5ba4 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-anacapa.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-anacapa.dts
@@ -880,9 +880,9 @@ &sgpiom0 {
"Channel7_leakage_EAM2", "",
/* C0-C7 line 32-47 */
- "RSVD_RMC_GPIO3", "", "", "",
+ "RSVD_RMC_GPIO3", "", "LEAK_DETECT_RMC_N", "",
+ "", "", "", "",
"", "", "", "",
- "LEAK_DETECT_RMC_N", "", "", "",
"", "", "", "",
/* D0-D7 line 48-63 */
--
2.34.1