18c2ecf20Sopenharmony_ci* PXA MMC drivers
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciDriver bindings for the PXA MCI (MMC/SDIO) interfaces
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciRequired properties:
68c2ecf20Sopenharmony_ci- compatible: Should be "marvell,pxa-mmc".
78c2ecf20Sopenharmony_ci- vmmc-supply: A regulator for VMMC
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciOptional properties:
108c2ecf20Sopenharmony_ci- marvell,detect-delay-ms: sets the detection delay timeout in ms.
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciIn addition to the properties described in this docuent, the details
138c2ecf20Sopenharmony_cidescribed in mmc.txt are supported.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciExamples:
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_cimmc0: mmc@41100000 {
188c2ecf20Sopenharmony_ci	compatible = "marvell,pxa-mmc";
198c2ecf20Sopenharmony_ci	reg = <0x41100000 0x1000>;
208c2ecf20Sopenharmony_ci	interrupts = <23>;
218c2ecf20Sopenharmony_ci	vmmc-supply = <&mmc_regulator>;
228c2ecf20Sopenharmony_ci	cd-gpios = <&gpio 23 0>;
238c2ecf20Sopenharmony_ci	wp-gpios = <&gpio 24 0>;
248c2ecf20Sopenharmony_ci};
258c2ecf20Sopenharmony_ci
26