|
@@ -103,16 +103,6 @@
|
|
|
vin-supply = <&vcc_sys>;
|
|
|
};
|
|
|
|
|
|
- vcc_sys: vcc-sys {
|
|
|
- compatible = "regulator-fixed";
|
|
|
- regulator-name = "vcc_sys";
|
|
|
- regulator-always-on;
|
|
|
- regulator-boot-on;
|
|
|
- regulator-min-microvolt = <5000000>;
|
|
|
- regulator-max-microvolt = <5000000>;
|
|
|
- vin-supply = <&dc_12v>;
|
|
|
- };
|
|
|
-
|
|
|
vcc5v0_host: vcc5v0-host-regulator {
|
|
|
compatible = "regulator-fixed";
|
|
|
enable-active-high;
|
|
@@ -124,6 +114,16 @@
|
|
|
vin-supply = <&vcc_sys>;
|
|
|
};
|
|
|
|
|
|
+ vcc_sys: vcc-sys {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ regulator-name = "vcc_sys";
|
|
|
+ regulator-always-on;
|
|
|
+ regulator-boot-on;
|
|
|
+ regulator-min-microvolt = <5000000>;
|
|
|
+ regulator-max-microvolt = <5000000>;
|
|
|
+ vin-supply = <&dc_12v>;
|
|
|
+ };
|
|
|
+
|
|
|
vdd_log: vdd-log {
|
|
|
compatible = "pwm-regulator";
|
|
|
pwms = <&pwm2 0 25000 1>;
|