Skip to content

Commit cabe5f8

Browse files
aford173Shawn Guo
authored and
Shawn Guo
committed
ARM: dts: imx6-logicpd: Re-enable SNVS power key
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]>
1 parent 96ed104 commit cabe5f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
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)