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 <jo...@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