Skip to content

Commit 52f4d40

Browse files
aford173Shawn Guo
authored andcommitted
ARM: dts: imx6q-logicpd: Re-Enable SNVS power key
A previous patch disabled the SNVS power key by default which breaks the ability for the imx6q-logicpd board to wake from sleep. This patch re-enables this feature for this board. Fixes: 770856f ("ARM: dts: imx6qdl: Enable SNVS power key according to board design") Signed-off-by: Adam Ford <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 07159f6 commit 52f4d40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@
207207
vin-supply = <&sw1c_reg>;
208208
};
209209

210+
&snvs_poweroff {
211+
status = "okay";
212+
};
213+
210214
&iomuxc {
211215
pinctrl-names = "default";
212216
pinctrl-0 = <&pinctrl_hog>;

0 commit comments

Comments
 (0)