diff options
author | Adam Ford <aford173@gmail.com> | 2019-10-02 03:20:29 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-10 13:34:07 +0300 |
commit | aa33539e01e4b166759838f1e3d2783485288af4 (patch) | |
tree | fe7996a49a3fe4f86f4b42861ebc48cda2e08d87 /arch/arm | |
parent | fc92ae9dcf896268f1cea95dec8f181b48f9f01e (diff) | |
download | linux-aa33539e01e4b166759838f1e3d2783485288af4.tar.xz |
ARM: dts: imx6q-logicpd: Re-Enable SNVS power key
[ Upstream commit 52f4d4043d1edc4e9e66ec79cae3e32cfe0e44d6 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6-logicpd-som.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6-logicpd-som.dtsi b/arch/arm/boot/dts/imx6-logicpd-som.dtsi index 7ceae3573248..547fb141ec0c 100644 --- a/arch/arm/boot/dts/imx6-logicpd-som.dtsi +++ b/arch/arm/boot/dts/imx6-logicpd-som.dtsi @@ -207,6 +207,10 @@ vin-supply = <&sw1c_reg>; }; +&snvs_poweroff { + status = "okay"; +}; + &iomuxc { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_hog>; |