mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
ARM: dts: rv11xx-evb-v10: fix the regulator value
the regulator-suspend-microvolt of vdd_logic is 725000uV. the regulator-min-microvolt of vdd_arm is 725000uV Signed-off-by: shengfei Xu <xsf@rock-chips.com> Change-Id: I3661eda7de740a5d614449e68f556e3c694635a3
This commit is contained in:
@@ -563,7 +563,7 @@
|
||||
vdd_logic: DCDC_REG1 {
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
regulator-min-microvolt = <800000>;
|
||||
regulator-min-microvolt = <725000>;
|
||||
regulator-max-microvolt = <1350000>;
|
||||
regulator-ramp-delay = <6001>;
|
||||
regulator-initial-mode = <0x2>;
|
||||
@@ -577,7 +577,7 @@
|
||||
vdd_arm: DCDC_REG2 {
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
regulator-min-microvolt = <800000>;
|
||||
regulator-min-microvolt = <725000>;
|
||||
regulator-max-microvolt = <1350000>;
|
||||
regulator-ramp-delay = <6001>;
|
||||
regulator-initial-mode = <0x2>;
|
||||
|
||||
Reference in New Issue
Block a user