diff options
author | Brian Norris <briannorris@chromium.org> | 2015-08-19 18:18:40 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-08-20 19:40:28 -0400 |
commit | 6a414e462a7c493ed83535f388b07a34446f33f4 (patch) | |
tree | e448583216a3f1f27e9e8e497e77cd017fc8c67d | |
parent | 378abcdf3297613f6712343ce3a79b7d6abdf955 (diff) |
ARM: dts: rockchip: correct regulator PM properties
This DTS file was submitted with non-upstream bindings. I happened
across this while reviewing the jaq DTS.
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>
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron-minnie.dts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-minnie.dts b/arch/arm/boot/dts/rk3288-veyron-minnie.dts index 0e30bd6bf92b..8fd8ef2c72da 100644 --- a/arch/arm/boot/dts/rk3288-veyron-minnie.dts +++ b/arch/arm/boot/dts/rk3288-veyron-minnie.dts | |||
@@ -128,12 +128,16 @@ | |||
128 | regulator-min-microvolt = <3300000>; | 128 | regulator-min-microvolt = <3300000>; |
129 | regulator-max-microvolt = <3300000>; | 129 | regulator-max-microvolt = <3300000>; |
130 | regulator-name = "vcc33_touch"; | 130 | regulator-name = "vcc33_touch"; |
131 | regulator-suspend-mem-disabled; | 131 | regulator-state-mem { |
132 | regulator-off-in-suspend; | ||
133 | }; | ||
132 | }; | 134 | }; |
133 | 135 | ||
134 | vcc5v_touch: SWITCH_REG2 { | 136 | vcc5v_touch: SWITCH_REG2 { |
135 | regulator-name = "vcc5v_touch"; | 137 | regulator-name = "vcc5v_touch"; |
136 | regulator-suspend-mem-disabled; | 138 | regulator-state-mem { |
139 | regulator-off-in-suspend; | ||
140 | }; | ||
137 | }; | 141 | }; |
138 | }; | 142 | }; |
139 | }; | 143 | }; |