p977: pmic:modify gpu not always on by defult

This commit is contained in:
郭毅
2014-06-03 16:47:44 +08:00
parent ec490fda1f
commit 232bdf5a4e
2 changed files with 4 additions and 4 deletions

View File

@@ -623,7 +623,7 @@
rk808_dcdc2_reg: regulator@1 {
regulator-name= "vdd_gpu";
regulator-always-on;
// regulator-always-on;
regulator-boot-on;
};

View File

@@ -346,13 +346,13 @@
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>;
};
};