]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
rockchip: odroid-go2: Turn on the blue LED at boot
authorJonas Karlman <jonas@kwiboo.se>
Sun, 31 Aug 2025 16:49:32 +0000 (16:49 +0000)
committerTom Rini <trini@konsulko.com>
Sun, 2 Nov 2025 18:14:09 +0000 (12:14 -0600)
Use default-state prop to ensure that the blue heartbeat LED turns on
at boot to inticate that U-Boot proper has been reached.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi

index 393710246e1c7baaf50638baeab8d7372f4a5674..170e0f7d8475bc166646b1dfdd3f852bd4559913 100644 (file)
@@ -5,6 +5,11 @@
 
 #include "rk3326-u-boot.dtsi"
 
+&blue_led {
+       default-state = "on";
+       u-boot,default-brightness = <127>;
+};
+
 &i2c0_xfer {
        bootph-pre-ram;
 };