Skip to content

Commit 5edfed5

Browse files
author
jack@armsom.org
committed
arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts: leds fix
1 parent c5fe17e commit 5edfed5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,17 @@
7474
leds: leds {
7575
compatible = "gpio-leds";
7676
work_led: work {
77-
gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
77+
label = "red";
78+
gpios = <&gpio4 RK_PB1 GPIO_ACTIVE_HIGH>;
79+
linux,default-trigger = "default-off";
80+
default-state = "off";
81+
};
82+
83+
active_led: active {
84+
label = "green";
85+
gpios = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>;
7886
linux,default-trigger = "heartbeat";
87+
default-state = "on";
7988
};
8089
};
8190

0 commit comments

Comments
 (0)