mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
ARM: dts: aspeed: minerva: add bmc ready led setting
Add GPIO BMC_READY on LED and give it active value and transitory flag. Signed-off-by: Yang Chen <yangchen.openbmc@gmail.com> Link: https://patch.msgid.link/20241212133226.342937-4-yangchen.openbmc@gmail.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
fbcdbc1eed
commit
2421d5a921
|
|
@ -101,6 +101,11 @@ led-4 {
|
|||
gpios = <&leds_gpio 10 GPIO_ACTIVE_LOW>;
|
||||
default-state = "off";
|
||||
};
|
||||
|
||||
led-5 {
|
||||
label = "bmc_ready_noled";
|
||||
gpios = <&sgpiom0 141 (GPIO_ACTIVE_HIGH|GPIO_TRANSITORY)>;
|
||||
};
|
||||
};
|
||||
|
||||
spi_gpio: spi {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user