diff options
author | Guy Shapiro <guy.shapiro@mobi-wize.com> | 2017-07-04 19:19:12 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-07-16 04:42:15 +0300 |
commit | 87a84c62002eeef61c65fe1cdb3319eb1e98dd4b (patch) | |
tree | c08ea56b036770c5f450c692657d711568956229 /arch/arm/boot/dts/imx7s.dtsi | |
parent | 28991457e758650ec8f6d6747fcd12fe0092bd91 (diff) | |
download | linux-87a84c62002eeef61c65fe1cdb3319eb1e98dd4b.tar.xz |
ARM: dts: imx: update snvs-poweroff mask
Make the syscon-poweroff driver change only the shutdown bits on the
SNVS_LP control register.
This change fixes an issue with the RTC wakeup alarm, that was
previously disabled during power off.
Signed-off-by: Guy Shapiro <guy.shapiro@mobi-wize.com>
Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 4cf6c458b583..d5cb2bc38154 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -540,6 +540,7 @@ compatible = "syscon-poweroff"; regmap = <&snvs>; offset = <0x38>; + value = <0x60>; mask = <0x60>; }; |