mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02: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:
parent
da78decb84
commit
757b6169bf
|
|
@ -563,7 +563,7 @@ regulators {
|
|||
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 @@ regulator-state-mem {
|
|||
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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user