Skip to content

Commit 2421d5a

Browse files
Quanta-YangChenamboar
authored andcommitted
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>
1 parent fbcdbc1 commit 2421d5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@
101101
gpios = <&leds_gpio 10 GPIO_ACTIVE_LOW>;
102102
default-state = "off";
103103
};
104+
105+
led-5 {
106+
label = "bmc_ready_noled";
107+
gpios = <&sgpiom0 141 (GPIO_ACTIVE_HIGH|GPIO_TRANSITORY)>;
108+
};
104109
};
105110

106111
spi_gpio: spi {

0 commit comments

Comments
 (0)