Skip to content

Commit 3a53a71

Browse files
committed
arm64: dts: rockchip: Fix LED triggers on rk3308-roc-cc
There are two LEDs on the board, power and user events. Currently both are assigned undocumented IR(-remote) triggers that are probably only part of the vendor-kernel. To make dtbs check happier, assign the power-led to a generic default-on trigger and the user led to the documented rc-feedback trigger that should mostly match its current usage. Fixes: 4403e12 ("arm64: dts: rockchip: Add devicetree for board roc-rk3308-cc") Cc: Andy Yan <[email protected]> Reviewed-by: Dragan Simic <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 5ed9658 commit 3a53a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636

3737
power_led: led-0 {
3838
label = "firefly:red:power";
39-
linux,default-trigger = "ir-power-click";
39+
linux,default-trigger = "default-on";
4040
default-state = "on";
4141
gpios = <&gpio0 RK_PA6 GPIO_ACTIVE_HIGH>;
4242
};
4343

4444
user_led: led-1 {
4545
label = "firefly:blue:user";
46-
linux,default-trigger = "ir-user-click";
46+
linux,default-trigger = "rc-feedback";
4747
default-state = "off";
4848
gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_HIGH>;
4949
};

0 commit comments

Comments
 (0)