ARM: dts: rv11xx-evb-v10: fix the regulator value

the regulator-suspend-microvolt of vdd_logic is 800000uV.
the regulator-min-microvolt of vdd_arm is 800000uV

Signed-off-by: shengfei Xu <xsf@rock-chips.com>
Change-Id: I20ac4486a558d3f5562d7de03f613a002bf69511
This commit is contained in:
shengfei Xu
2020-03-25 16:09:07 +08:00
committed by Tao Huang
parent 27332932d2
commit 4ac18ab3df

View File

@@ -229,14 +229,14 @@
regulator-name = "vdd_logic";
regulator-state-mem {
regulator-on-in-suspend;
regulator-suspend-microvolt = <80000>;
regulator-suspend-microvolt = <800000>;
};
};
vdd_arm: DCDC_REG2 {
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <80000>;
regulator-min-microvolt = <800000>;
regulator-max-microvolt = <1350000>;
regulator-ramp-delay = <6001>;
regulator-initial-mode = <0x2>;