diff options
author | Marcin Niestroj <m.niestroj@grinn-global.com> | 2017-08-03 10:37:13 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-08-05 08:32:20 +0300 |
commit | 43f757bb234d506b0facfd6f989613d146c85133 (patch) | |
tree | 04e4090bb23ab9c173f6a7b3bcc427dd6ba989cb /arch/arm/boot/dts/imx6ul-liteboard.dts | |
parent | 9ef86e23c4177a119624bbfa9d1b113edbe58d8b (diff) | |
download | linux-43f757bb234d506b0facfd6f989613d146c85133.tar.xz |
ARM: dts: imx6ul-liteboard: Support poweroff
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 <m.niestroj@grinn-global.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-liteboard.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-liteboard.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-liteboard.dts b/arch/arm/boot/dts/imx6ul-liteboard.dts index ed1d891d6a89..1d863a16bcf0 100644 --- a/arch/arm/boot/dts/imx6ul-liteboard.dts +++ b/arch/arm/boot/dts/imx6ul-liteboard.dts @@ -124,6 +124,10 @@ }; }; +&snvs_poweroff { + status = "okay"; +}; + &uart1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart1>; |