1 --- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5-itx.dts
2 +++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5-itx.dts
7 + led-boot = &power_led;
8 + led-failsafe = &power_led;
9 + led-running = &power_led;
10 + led-upgrade = &power_led;
15 pinctrl-names = "default";
16 pinctrl-0 = <&led_pins>;
19 + power_led: power-led1 {
20 + default-state = "on";
21 + function = LED_FUNCTION_POWER;
22 gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>;
23 - linux,default-trigger = "default-on";
27 + function = LED_FUNCTION_DISK;
28 gpios = <&gpio0 RK_PC0 GPIO_ACTIVE_HIGH>;
29 linux,default-trigger = "disk-activity";