summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sll-evk.dts
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2019-06-13 11:35:27 +0800
committerShawn Guo <shawnguo@kernel.org>2019-06-18 15:15:04 +0800
commit6869114832b71f357f63b3a3d4bac32e05f244d1 (patch)
treee7e28233bf7f2b2d2db90ecea8e8f45bfc02d523 /arch/arm/boot/dts/imx6sll-evk.dts
parent4664179fe67970ff834e55d937a79e96d84e24a7 (diff)
ARM: dts: imx6sll: Enable SNVS poweroff according to board design
The SNVS poweroff depends on board design, by default it should be disabled in SoC DT and ONLY be enabled on board DT if it is wired up to external PMIC. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sll-evk.dts')
-rw-r--r--arch/arm/boot/dts/imx6sll-evk.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sll-evk.dts b/arch/arm/boot/dts/imx6sll-evk.dts
index 61aa074af19d..3e1d32fdf4b8 100644
--- a/arch/arm/boot/dts/imx6sll-evk.dts
+++ b/arch/arm/boot/dts/imx6sll-evk.dts
@@ -269,6 +269,10 @@
vin-supply = <&sw2_reg>;
};
+&snvs_poweroff {
+ status = "okay";
+};
+
&snvs_pwrkey {
status = "okay";
};