summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Wang <leo.jt.wang@gmail.com>2025-09-30 05:49:23 +0300
committerAndrew Jeffery <andrew@codeconstruct.com.au>2025-10-13 03:51:14 +0300
commitb5dd162282164dc202541ce6551cf705d345820e (patch)
treed4f2a96cd0b1612a89258ed54b21c34231e820f2
parent5ee7313022100af4dce7fc9d725be5f61762bac5 (diff)
downloadlinux-b5dd162282164dc202541ce6551cf705d345820e.tar.xz
ARM: dts: aspeed: clemente: Add HDD LED GPIO
Define a GPIO expander pin for the HDD LED and expose it via the LED subsystem. This allows the BMC to control the front panel HDD activity LED. Signed-off-by: Leo Wang <leo.jt.wang@gmail.com> Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
-rw-r--r--arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts
index a614f947dafc..450446913e36 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-clemente.dts
@@ -95,6 +95,11 @@
label = "bmc_ready_cpld_noled";
gpios = <&gpio0 ASPEED_GPIO(P, 5) (GPIO_ACTIVE_HIGH|GPIO_TRANSITORY)>;
};
+
+ led-hdd {
+ label = "hdd_led";
+ gpios = <&io_expander13 1 GPIO_ACTIVE_LOW>;
+ };
};
memory@80000000 {
@@ -1199,7 +1204,7 @@
#gpio-cells = <2>;
gpio-line-names =
"rmc_en_dc_pwr_on",
- "",
+ "HDD_LED_N",
"",
"",
"",