Skip to content

Commit 833817c

Browse files
committed
ayufan: dts: rock64: standby led is powered on suspend
1 parent afadea9 commit 833817c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3328-rock64.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@
6060

6161
work-led {
6262
gpios = <&rk805 1 GPIO_ACTIVE_LOW>;
63+
linux,default-trigger = "none";
6364
default-state = "on";
6465
};
6566

6667
standby-led {
67-
linux,default-trigger = "disk-activity";
6868
gpios = <&rk805 0 GPIO_ACTIVE_LOW>;
69+
linux,default-trigger = "none";
6970
default-state = "on";
7071
};
7172
};

0 commit comments

Comments
 (0)