]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/mmc/host/sdhci-pltfm.c
mmc: sdhci-pltfm: add -pltfm driver for imx35/51
[net-next-2.6.git] / drivers / mmc / host / sdhci-pltfm.c
index 00e8a8ab638e629469688e4f66dc2ebd85832097..0502f89f662b3a8a5fe2173ef7f4052e71fbda05 100644 (file)
@@ -166,6 +166,9 @@ static const struct platform_device_id sdhci_pltfm_ids[] = {
        { "sdhci", },
 #ifdef CONFIG_MMC_SDHCI_CNS3XXX
        { "sdhci-cns3xxx", (kernel_ulong_t)&sdhci_cns3xxx_pdata },
+#endif
+#ifdef CONFIG_MMC_SDHCI_ESDHC_IMX
+       { "sdhci-esdhc-imx", (kernel_ulong_t)&sdhci_esdhc_imx_pdata },
 #endif
        { },
 };