]> Git Repo - linux.git/commitdiff
ARM: dts: rockchip: correct regulator PM properties
authorBrian Norris <[email protected]>
Wed, 19 Aug 2015 22:18:40 +0000 (15:18 -0700)
committerHeiko Stuebner <[email protected]>
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 <[email protected]>
Reviewed-by: Javier Martinez Canillas <[email protected]>
Signed-off-by: Heiko Stuebner <[email protected]>
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;
+                       };
                };
        };
 };
This page took 0.06775 seconds and 4 git commands to generate.