diff options
author | Brian Norris <briannorris@chromium.org> | 2015-08-19 15:18:41 -0700 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-08-21 01:40:35 +0200 |
commit | 467fb18a8d538be6548ef4093003b63aebbb07b9 (patch) | |
tree | d9ce273bd83e297284e9325b77783246bb24813c /arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi | |
parent | 6a414e462a7c493ed83535f388b07a34446f33f4 (diff) |
ARM: dts: rockchip: correct regulator power states for suspend
When getting translated from a downstream device tree that used slightly
different DT bindings, these regulators got labeled with the
"on-in-suspend" state, when they were actually supposed to be turned off
for S3 suspend. This was harmless, but not intentional, AFAICT.
Let's turn them off to get the optimal power state.
Signed-off-by: Brian Norris <briannorris@chromium.org>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi b/arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi index 788468a48163..b5334ecff13c 100644 --- a/arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi +++ b/arch/arm/boot/dts/rk3288-veyron-sdmmc.dtsi @@ -93,7 +93,7 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; regulator-state-mem { - regulator-on-in-suspend; + regulator-off-in-suspend; }; }; @@ -102,7 +102,7 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; regulator-state-mem { - regulator-on-in-suspend; + regulator-off-in-suspend; }; }; }; |