rk3288:pmic:modify gpu not always on by defult
author张晴 <zhangqing@rock-chips.com>
Tue, 3 Jun 2014 08:09:05 +0000 (16:09 +0800)
committer张晴 <zhangqing@rock-chips.com>
Tue, 3 Jun 2014 08:09:05 +0000 (16:09 +0800)
arch/arm/boot/dts/rk3288-tb.dts

index da9f15f2df38ea3c5792316a802b37d356a8e332..01f4f707b0dc9c725c7fcb2c7c358de3748cadd1 100755 (executable)
                        regulator-name = "vdd_gpu";
                        regulator-min-microvolt = <712500>;
                        regulator-max-microvolt = <1500000>;
-                       regulator-always-on;
-               regulator-boot-on;
+       //              regulator-always-on;
+                       regulator-boot-on;
                        regulator-initial-mode = <0x2>;
                        regulator-initial-state = <3>;
                        regulator-state-mem {
                                regulator-state-mode = <0x2>;
-                               regulator-state-enabled;
+                               regulator-state-disabled;
                                regulator-state-uv = <900000>;
                        };      
                };
@@ -858,7 +858,7 @@ rockchip,power_type = <GPIO>;
 
                rk808_dcdc2_reg: regulator@1 {
                        regulator-name= "vdd_gpu";
-                       regulator-always-on;
+               //      regulator-always-on;
                        regulator-boot-on;
                };