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 1a60a6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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>;
gpios = <&rk805 0 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "none";
default-state = "on";
};
};
Expand Down

0 comments on commit 1a60a6d

Please sign in to comment.