diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index ce03fa750775..973040441529 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c | |||
@@ -348,6 +348,7 @@ static void __init omap_hsmmc_reset(void) | |||
348 | } | 348 | } |
349 | 349 | ||
350 | dummy_pdev.id = i; | 350 | dummy_pdev.id = i; |
351 | dev_set_name(&dummy_pdev.dev, "mmci-omap-hs.%d", i); | ||
351 | iclk = clk_get(dev, "mmchs_ick"); | 352 | iclk = clk_get(dev, "mmchs_ick"); |
352 | if (iclk && clk_enable(iclk)) | 353 | if (iclk && clk_enable(iclk)) |
353 | iclk = NULL; | 354 | iclk = NULL; |