|
@@ -25,9 +25,10 @@
|
|
|
ssp0: ssp@80010000 {
|
|
|
compatible = "fsl,imx23-mmc";
|
|
|
pinctrl-names = "default";
|
|
|
- pinctrl-0 = <&mmc0_8bit_pins_a &mmc0_pins_fixup>;
|
|
|
- bus-width = <8>;
|
|
|
+ pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_pins_fixup>;
|
|
|
+ bus-width = <4>;
|
|
|
wp-gpios = <&gpio1 30 0>;
|
|
|
+ vmmc-supply = <®_vddio_sd0>;
|
|
|
status = "okay";
|
|
|
};
|
|
|
|
|
@@ -57,4 +58,16 @@
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
+
|
|
|
+ regulators {
|
|
|
+ compatible = "simple-bus";
|
|
|
+
|
|
|
+ reg_vddio_sd0: vddio-sd0 {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ regulator-name = "vddio-sd0";
|
|
|
+ regulator-min-microvolt = <3300000>;
|
|
|
+ regulator-max-microvolt = <3300000>;
|
|
|
+ gpio = <&gpio1 29 0>;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|