Skip to content

Commit

Permalink
ayufan: dts: rock64: standby led is powered on suspend
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Aug 26, 2019
1 parent afadea9 commit 833817c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
Expand Up @@ -60,12 +60,13 @@

work-led {
gpios = <&rk805 1 GPIO_ACTIVE_LOW>;
linux,default-trigger = "none";
default-state = "on";
};

standby-led {
linux,default-trigger = "disk-activity";
gpios = <&rk805 0 GPIO_ACTIVE_LOW>;
linux,default-trigger = "none";
default-state = "on";
};
};
Expand Down

0 comments on commit 833817c

Please sign in to comment.