|
@@ -61,13 +61,6 @@
|
|
chosen {
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|
|
-
|
|
|
|
- reg_vcc3v3: vcc3v3 {
|
|
|
|
- compatible = "regulator-fixed";
|
|
|
|
- regulator-name = "vcc3v3";
|
|
|
|
- regulator-min-microvolt = <3300000>;
|
|
|
|
- regulator-max-microvolt = <3300000>;
|
|
|
|
- };
|
|
|
|
};
|
|
};
|
|
|
|
|
|
&ehci0 {
|
|
&ehci0 {
|
|
@@ -91,7 +84,7 @@
|
|
&mmc0 {
|
|
&mmc0 {
|
|
pinctrl-names = "default";
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&mmc0_pins>;
|
|
pinctrl-0 = <&mmc0_pins>;
|
|
- vmmc-supply = <®_vcc3v3>;
|
|
|
|
|
|
+ vmmc-supply = <®_dcdc1>;
|
|
cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;
|
|
cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>;
|
|
cd-inverted;
|
|
cd-inverted;
|
|
disable-wp;
|
|
disable-wp;
|