]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: santabarbara: Add bmc_ready_noled Led
authorFred Chen <fredchen.openbmc@gmail.com>
Wed, 15 Oct 2025 14:39:00 +0000 (22:39 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Fri, 17 Oct 2025 06:14:13 +0000 (16:44 +1030)
Add a 'bmc_ready_noled' LED on GPIOB3 with GPIO_TRANSITORY to ensure its
state resets on BMC reboot.

Signed-off-by: Fred Chen <fredchen.openbmc@gmail.com>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-santabarbara.dts

index b190ab344aa7476d3e9ae152d979ea41ae5cae09..c0334abf9cdaf29c8616bc65fc4913aafea43296 100644 (file)
                        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 {