|
@@ -55,6 +55,13 @@
|
|
|
default-state = "off";
|
|
|
};
|
|
|
};
|
|
|
+
|
|
|
+ vmmcsd_fixed: fixedregulator@0 {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ regulator-name = "vmmcsd_fixed";
|
|
|
+ regulator-min-microvolt = <3300000>;
|
|
|
+ regulator-max-microvolt = <3300000>;
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
&am33xx_pinmux {
|
|
@@ -257,13 +264,6 @@
|
|
|
regulator-always-on;
|
|
|
};
|
|
|
};
|
|
|
-
|
|
|
- vmmcsd_fixed: fixedregulator@0 {
|
|
|
- compatible = "regulator-fixed";
|
|
|
- regulator-name = "vmmcsd_fixed";
|
|
|
- regulator-min-microvolt = <3300000>;
|
|
|
- regulator-max-microvolt = <3300000>;
|
|
|
- };
|
|
|
};
|
|
|
|
|
|
&cpsw_emac0 {
|