mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk312x:pmic:rt5036:modify ldo1 defult voltage 1.2V
Signed-off-by: 张晴 <zhangqing@rock-chips.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user