Adjust H5 CPU fallback regulator to 1.1V

This commit is contained in:
zador.blood.stained 2017-12-03 18:19:56 +03:00
parent e533d6242d
commit 4768b7f4bb

View File

@ -52,8 +52,8 @@ index 422589b3..58821018 100644
+ reg_cpu_fallback: reg_cpu_fallback {
+ compatible = "regulator-fixed";
+ regulator-name = "vdd-cpux-dummy";
+ regulator-min-microvolt = <1200000>;
+ regulator-max-microvolt = <1200000>;
+ regulator-min-microvolt = <1100000>;
+ regulator-max-microvolt = <1100000>;
+ };
+
timer {