arm64: dts: rockchip: rk3328-evb: set rk805 ldo3 to 1.1v

Change-Id: I677331baecf15c7ac836218819564a79ef198bfd
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
This commit is contained in:
Zhangbin Tong 2017-12-20 11:30:37 +08:00 committed by Tao Huang
parent 22fda7a545
commit 72bce93750
2 changed files with 10 additions and 10 deletions

View File

@ -403,16 +403,16 @@ regulator-state-mem {
};
};
vdd_10: RK805_LDO3@6 {
vdd_11: RK805_LDO3@6 {
regulator-compatible = "RK805_LDO3";
regulator-name = "vdd_10";
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-name = "vdd_11";
regulator-min-microvolt = <1100000>;
regulator-max-microvolt = <1100000>;
regulator-boot-on;
regulator-always-on;
regulator-state-mem {
regulator-on-in-suspend;
regulator-suspend-microvolt = <1000000>;
regulator-suspend-microvolt = <1100000>;
};
};
};

View File

@ -342,16 +342,16 @@ regulator-state-mem {
};
};
vdd_10: RK805_LDO3@6 {
vdd_11: RK805_LDO3@6 {
regulator-compatible = "RK805_LDO3";
regulator-name = "vdd_10";
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-name = "vdd_11";
regulator-min-microvolt = <1100000>;
regulator-max-microvolt = <1100000>;
regulator-boot-on;
regulator-always-on;
regulator-state-mem {
regulator-on-in-suspend;
regulator-suspend-microvolt = <1000000>;
regulator-suspend-microvolt = <1100000>;
};
};
};