rk312x:pmic:rt5036:modify ldo1 defult voltage 1.2V

Signed-off-by: 张晴 <zhangqing@rock-chips.com>
This commit is contained in:
张晴
2015-01-06 16:06:00 +08:00
parent 6ed2a41c0b
commit 527476298e

View File

@@ -358,13 +358,13 @@
rt5036_ldo1: regulator_4 {
regulator-name = "rt5036-ldo1";
regulator-min-microvolt = < 3000000>;
regulator-max-microvolt = <3000000>;
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>;
qcom,comsumer-supplies = "rt5036-ldo1", "";
regulator-always-on;
regulator-boot-on;
rt,standby_enabled;
rt,standby_vol = <3000000>;
rt,standby_vol = <1200000>;
};
rt5036_ldo2: regulator_5 {