ARM: dts: rv11xx-evb-v10: set the vcc_dvdd default voltage 1200000uV

Signed-off-by: shengfei Xu <xsf@rock-chips.com>
Change-Id: Iec0be4ae5278bfb36c6cf687bee84920c842950e
This commit is contained in:
shengfei Xu
2020-03-25 17:08:35 +08:00
committed by Tao Huang
parent 3cae952379
commit 9f1b9aa790

View File

@@ -338,8 +338,8 @@
};
vcc_dvdd: LDO_REG6 {
regulator-min-microvolt = <1500000>;
regulator-max-microvolt = <1500000>;
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>;
regulator-name = "vcc_dvdd";
regulator-state-mem {
regulator-off-in-suspend;
@@ -382,6 +382,7 @@
};
vcc_3v3: SWITCH_REG2 {
regulator-always-on;
regulator-boot-on;
regulator-name = "vcc_3v3";
};