Fix typo on supply voltage

extra "0"s can be catastrophic.
This commit is contained in:
Tony 2020-10-08 01:59:31 -04:00 committed by GitHub
parent 8fc20a15b1
commit b3a768e2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;