diff --git a/arch/arm/plat-omap/devices.c b/arch/arm/plat-omap/devices.c index 25c6d10..70108f8 100644 --- a/arch/arm/plat-omap/devices.c +++ b/arch/arm/plat-omap/devices.c @@ -206,7 +206,7 @@ int __init omap_mmc_add(int id, unsigned long base, unsigned long size, struct resource res[OMAP_MMC_NR_RES]; int ret; - pdev = platform_device_alloc("mmci-omap", id); + pdev = platform_device_alloc("mmci-omap-hs", id); if (!pdev) return -ENOMEM;