Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 770856f0da5d ("ARM: dts: imx6qdl: Enable SNVS power key according to board design")
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Adam Ford and committed by
Shawn Guo
52f4d404 07159f67

+4
+4
arch/arm/boot/dts/imx6-logicpd-som.dtsi
··· 207 207 vin-supply = <&sw1c_reg>; 208 208 }; 209 209 210 + &snvs_poweroff { 211 + status = "okay"; 212 + }; 213 + 210 214 &iomuxc { 211 215 pinctrl-names = "default"; 212 216 pinctrl-0 = <&pinctrl_hog>;