]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/devices.c
[ARM] omap: hsmmc: new short connection id names
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / devices.c
index 973040441529a435303435c95052f8244cfcb0bf..8075f5868c38820383dbdbb7ab9daca344e4684a 100644 (file)
@@ -349,11 +349,11 @@ static void __init omap_hsmmc_reset(void)
 
                dummy_pdev.id = i;
                dev_set_name(&dummy_pdev.dev, "mmci-omap-hs.%d", i);
-               iclk = clk_get(dev, "mmchs_ick");
+               iclk = clk_get(dev, "ick");
                if (iclk && clk_enable(iclk))
                        iclk = NULL;
 
-               fclk = clk_get(dev, "mmchs_fck");
+               fclk = clk_get(dev, "fck");
                if (fclk && clk_enable(fclk))
                        fclk = NULL;