Fix typo on supply voltage
extra "0"s can be catastrophic.
This commit is contained in:
parent
8fc20a15b1
commit
b3a768e2af
@ -114,7 +114,7 @@ index f4b6799a8..a1041ec3e 100644
|
||||
- regulator-min-microvolt = <712500>;
|
||||
- regulator-max-microvolt = <1450000>;
|
||||
+ regulator-min-microvolt = <900000>;
|
||||
+ regulator-max-microvolt = <11750000>;
|
||||
+ regulator-max-microvolt = <1175000>;
|
||||
+ regulator-ramp-delay = <12500>;
|
||||
regulator-always-on;
|
||||
regulator-boot-on;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user