mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
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>
This commit is contained in:
parent
5ee7313022
commit
b5dd162282
|
|
@ -95,6 +95,11 @@ led-3 {
|
||||||
label = "bmc_ready_cpld_noled";
|
label = "bmc_ready_cpld_noled";
|
||||||
gpios = <&gpio0 ASPEED_GPIO(P, 5) (GPIO_ACTIVE_HIGH|GPIO_TRANSITORY)>;
|
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 {
|
memory@80000000 {
|
||||||
|
|
@ -1199,7 +1204,7 @@ io_expander13: gpio@14 {
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
gpio-line-names =
|
gpio-line-names =
|
||||||
"rmc_en_dc_pwr_on",
|
"rmc_en_dc_pwr_on",
|
||||||
"",
|
"HDD_LED_N",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user