On Tue, Aug 01, 2017 at 04:14:56PM +0200, Marcin Niestroj wrote:
quoted hunk ↗ jump to hunk
Support proper system power-off, which disables main regulator. This
results in much lower power consumption and support of power-on issued
by button press.
Signed-off-by: Marcin Niestroj <redacted>
---
arch/arm/boot/dts/imx6ul-liteboard.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/imx6ul-liteboard.dts b/arch/arm/boot/dts/imx6ul-liteboard.dts
index ed1d891d6a89..c4fb5ea28e86 100644
--- a/arch/arm/boot/dts/imx6ul-liteboard.dts
+++ b/arch/arm/boot/dts/imx6ul-liteboard.dts
@@ -145,3 +145,7 @@
wakeup-source;
status = "okay";
};
+
+&snvs_poweroff {
+ status = "okay";
+};
Please add the labelled node in alphabetical order.
Shawn
--
2.13.3