ARM: dts: rockchip: correct regulator PM properties
authorBrian Norris <briannorris@chromium.org>
Wed, 19 Aug 2015 22:18:40 +0000 (15:18 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 20 Aug 2015 23:40:28 +0000 (01:40 +0200)
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>
arch/arm/boot/dts/rk3288-veyron-minnie.dts

index 0e30bd6bf92b9e9a1b943b93a965b89d5e554775..8fd8ef2c72dae55de1a1fa6004be38928b6f660f 100644 (file)
                        regulator-min-microvolt = <3300000>;
                        regulator-max-microvolt = <3300000>;
                        regulator-name = "vcc33_touch";
-                       regulator-suspend-mem-disabled;
+                       regulator-state-mem {
+                               regulator-off-in-suspend;
+                       };
                };
 
                vcc5v_touch: SWITCH_REG2 {
                        regulator-name = "vcc5v_touch";
-                       regulator-suspend-mem-disabled;
+                       regulator-state-mem {
+                               regulator-off-in-suspend;
+                       };
                };
        };
 };