aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pltfm.c
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2010-10-15 06:21:04 -0400
committerChris Ball <cjb@laptop.org>2010-10-23 09:11:22 -0400
commit95f25efe0ce22e28d61722d655d2ef582f5f7520 (patch)
tree90ce49eee31ae50ca91b812d7d9dda4d35136043 /drivers/mmc/host/sdhci-pltfm.c
parent80872e21b0263f016f2edb7b72dd8be5636d7ca7 (diff)
mmc: sdhci-pltfm: add -pltfm driver for imx35/51
This driver adds basic support for the esdhc-core found on e.g. imx35/51, as a platform driver. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Anton Vorontsov <cbouatmailru@gmail.com> Tested-by: Eric BĂ©nard <eric@eukrea.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-pltfm.c')
-rw-r--r--drivers/mmc/host/sdhci-pltfm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pltfm.c b/drivers/mmc/host/sdhci-pltfm.c
index 00e8a8ab638e..0502f89f662b 100644
--- a/drivers/mmc/host/sdhci-pltfm.c
+++ b/drivers/mmc/host/sdhci-pltfm.c
@@ -167,6 +167,9 @@ static const struct platform_device_id sdhci_pltfm_ids[] = {
167#ifdef CONFIG_MMC_SDHCI_CNS3XXX 167#ifdef CONFIG_MMC_SDHCI_CNS3XXX
168 { "sdhci-cns3xxx", (kernel_ulong_t)&sdhci_cns3xxx_pdata }, 168 { "sdhci-cns3xxx", (kernel_ulong_t)&sdhci_cns3xxx_pdata },
169#endif 169#endif
170#ifdef CONFIG_MMC_SDHCI_ESDHC_IMX
171 { "sdhci-esdhc-imx", (kernel_ulong_t)&sdhci_esdhc_imx_pdata },
172#endif
170 { }, 173 { },
171}; 174};
172MODULE_DEVICE_TABLE(platform, sdhci_pltfm_ids); 175MODULE_DEVICE_TABLE(platform, sdhci_pltfm_ids);