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>
This commit is contained in:
Anson Huang 2019-06-13 11:35:27 +08:00 коммит произвёл Shawn Guo
Родитель 4664179fe6
Коммит 6869114832
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -269,6 +269,10 @@
vin-supply = <&sw2_reg>;
};
&snvs_poweroff {
status = "okay";
};
&snvs_pwrkey {
status = "okay";
};

Просмотреть файл

@ -568,6 +568,7 @@
regmap = <&snvs>;
offset = <0x38>;
mask = <0x61>;
status = "disabled";
};
snvs_pwrkey: snvs-powerkey {