Skip to content

Commit

Permalink
ARM: dts: imx6-logicpd: Re-enable SNVS power key
Browse files Browse the repository at this point in the history
The baseboard of the Logic PD i.MX6 development kit has a power
button routed which can both power down and power up the board.
It can also wake the board from sleep.  This functionality was
marked as disabled by default in imx6qdl.dtsi, so it needs to
be explicitly enabled for each board.

This patch enables the snvs power key again.

Signed-off-by: Adam Ford <[email protected]>
Fixes: 770856f ("ARM: dts: imx6qdl: Enable SNVS power key according to board design")
Cc: stable <[email protected]> #5.3+
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
aford173 authored and Shawn Guo committed Oct 28, 2019
1 parent 96ed104 commit cabe5f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@
pinctrl-0 = <&pinctrl_pwm3>;
};

&snvs_pwrkey {
status = "okay";
};

&ssi2 {
status = "okay";
};
Expand Down

0 comments on commit cabe5f8

Please sign in to comment.