- sort properties - add default-state - change function from STATUS to HEARTBEAT Signed-off-by: FUKAUMI Naoki <naoki@xxxxxxxxx> --- arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts index 966bbc582d89..62c6ed179e5d 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts @@ -43,8 +43,9 @@ leds { pinctrl-0 = <&led_rgb_b>; led_rgb_b { - function = LED_FUNCTION_STATUS; color = <LED_COLOR_ID_BLUE>; + default-state = "on"; + function = LED_FUNCTION_HEARTBEAT; gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; }; -- 2.43.0