|
@@ -143,6 +143,17 @@
|
|
|
regulator-always-on;
|
|
|
vin-supply = <&vcc_sys>;
|
|
|
};
|
|
|
+
|
|
|
+ vdd_log: vdd-log {
|
|
|
+ compatible = "pwm-regulator";
|
|
|
+ pwms = <&pwm2 0 25000 1>;
|
|
|
+ regulator-name = "vdd_log";
|
|
|
+ regulator-always-on;
|
|
|
+ regulator-boot-on;
|
|
|
+ regulator-min-microvolt = <800000>;
|
|
|
+ regulator-max-microvolt = <1400000>;
|
|
|
+ vin-supply = <&vcc_sys>;
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
&cpu_l0 {
|
|
@@ -421,17 +432,6 @@
|
|
|
regulator-off-in-suspend;
|
|
|
};
|
|
|
};
|
|
|
-
|
|
|
- vdd_log: vdd-log {
|
|
|
- compatible = "pwm-regulator";
|
|
|
- pwms = <&pwm2 0 25000 1>;
|
|
|
- regulator-name = "vdd_log";
|
|
|
- regulator-always-on;
|
|
|
- regulator-boot-on;
|
|
|
- regulator-min-microvolt = <800000>;
|
|
|
- regulator-max-microvolt = <1400000>;
|
|
|
- vin-supply = <&vcc_sys>;
|
|
|
- };
|
|
|
};
|
|
|
|
|
|
&i2c3 {
|