[PATCH 14/17] rockchip: odroid-go2: Turn on the blue LED at boot
Jonas Karlman
jonas at kwiboo.se
Mon Jul 14 01:34:02 CEST 2025
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 at kwiboo.se>
---
arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi b/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi
index 393710246e1c..170e0f7d8475 100644
--- a/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi
+++ b/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi
@@ -5,6 +5,11 @@
#include "rk3326-u-boot.dtsi"
+&blue_led {
+ default-state = "on";
+ u-boot,default-brightness = <127>;
+};
+
&i2c0_xfer {
bootph-pre-ram;
};
--
2.49.0
More information about the U-Boot
mailing list