|
@@ -333,22 +333,6 @@
|
|
|
status = "okay";
|
|
|
};
|
|
|
|
|
|
-&i2c3 {
|
|
|
- pinctrl-names = "default";
|
|
|
- pinctrl-0 = <&i2c3_pins>;
|
|
|
- status = "okay";
|
|
|
-
|
|
|
- vdd_dvfs: regulator@68 {
|
|
|
- compatible = "diasemi,da9210";
|
|
|
- reg = <0x68>;
|
|
|
-
|
|
|
- regulator-min-microvolt = <1000000>;
|
|
|
- regulator-max-microvolt = <1000000>;
|
|
|
- regulator-boot-on;
|
|
|
- regulator-always-on;
|
|
|
- };
|
|
|
-};
|
|
|
-
|
|
|
&cpu0 {
|
|
|
cpu0-supply = <&vdd_dvfs>;
|
|
|
};
|
|
@@ -369,6 +353,18 @@
|
|
|
pinctrl-names = "default";
|
|
|
};
|
|
|
|
|
|
-&i2c3 {
|
|
|
- status = "ok";
|
|
|
+&i2c3 {
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&i2c3_pins>;
|
|
|
+ status = "okay";
|
|
|
+
|
|
|
+ vdd_dvfs: regulator@68 {
|
|
|
+ compatible = "diasemi,da9210";
|
|
|
+ reg = <0x68>;
|
|
|
+
|
|
|
+ regulator-min-microvolt = <1000000>;
|
|
|
+ regulator-max-microvolt = <1000000>;
|
|
|
+ regulator-boot-on;
|
|
|
+ regulator-always-on;
|
|
|
+ };
|
|
|
};
|