OSDN Git Service

ARM: dts: imx6q-logicpd: Re-Enable SNVS power key
authorAdam Ford <aford173@gmail.com>
Wed, 2 Oct 2019 00:20:29 +0000 (19:20 -0500)
committerShawn Guo <shawnguo@kernel.org>
Mon, 14 Oct 2019 09:06:12 +0000 (17:06 +0800)
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>
arch/arm/boot/dts/imx6-logicpd-som.dtsi

index 7ceae35..547fb14 100644 (file)
        vin-supply = <&sw1c_reg>;
 };
 
+&snvs_poweroff {
+       status = "okay";
+};
+
 &iomuxc {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_hog>;