Skip to content

Commit 5911ca0

Browse files
aford173smb49
authored andcommitted
ARM: dts: imx6-logicpd: Re-enable SNVS power key
BugLink: https://bugs.launchpad.net/bugs/1852338 commit cabe5f8 upstream. 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]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Connor Kuehl <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent c57dc57 commit 5911ca0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,10 @@
328328
pinctrl-0 = <&pinctrl_pwm3>;
329329
};
330330

331+
&snvs_pwrkey {
332+
status = "okay";
333+
};
334+
331335
&ssi2 {
332336
status = "okay";
333337
};

0 commit comments

Comments
 (0)