From: Fred Chen Date: Wed, 15 Oct 2025 14:39:00 +0000 (+0800) Subject: ARM: dts: aspeed: santabarbara: Add bmc_ready_noled Led X-Git-Tag: v6.19-rc1~100^2~33^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=816d369ebd8fd53e0c2527417c19ed5ad211084d;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: aspeed: santabarbara: Add bmc_ready_noled Led Add a 'bmc_ready_noled' LED on GPIOB3 with GPIO_TRANSITORY to ensure its state resets on BMC reboot. Signed-off-by: Fred Chen Signed-off-by: Andrew Jeffery --- diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-santabarbara.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-santabarbara.dts index b190ab344aa74..c0334abf9cdaf 100644 --- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-santabarbara.dts +++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-santabarbara.dts @@ -104,6 +104,11 @@ default-state = "off"; gpios = <&gpio0 ASPEED_GPIO(P, 4) GPIO_ACTIVE_HIGH>; }; + + led-3 { + label = "bmc_ready_noled"; + gpios = <&gpio0 ASPEED_GPIO(B, 3) (GPIO_ACTIVE_HIGH|GPIO_TRANSITORY)>; + }; }; memory@80000000 {