Back to home page

OSCL-LXR

 
 

    


0001 * PXA MMC drivers
0002 
0003 Driver bindings for the PXA MCI (MMC/SDIO) interfaces
0004 
0005 Required properties:
0006 - compatible: Should be "marvell,pxa-mmc".
0007 - vmmc-supply: A regulator for VMMC
0008 
0009 Optional properties:
0010 - marvell,detect-delay-ms: sets the detection delay timeout in ms.
0011 
0012 In addition to the properties described in this docuent, the details
0013 described in mmc.txt are supported.
0014 
0015 Examples:
0016 
0017 mmc0: mmc@41100000 {
0018         compatible = "marvell,pxa-mmc";
0019         reg = <0x41100000 0x1000>;
0020         interrupts = <23>;
0021         vmmc-supply = <&mmc_regulator>;
0022         cd-gpios = <&gpio 23 0>;
0023         wp-gpios = <&gpio 24 0>;
0024 };
0025