]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap1/clock.h
ARM: OMAP: Get rid of controller vs slot confusion, initialize MMC devices dynamically
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap1 / clock.h
index f8ad19f3c9d8ceb4e6df63e14e718f0de8e6ee94..44eda0f83b3aa708a8457f4ee8917017609593d5 100644 (file)
@@ -703,7 +703,6 @@ static struct clk bclk_16xx = {
 
 static struct clk mmc1_ck = {
        .name           = "mmc_ck",
-       .id             = 1,
        /* Functional clock is direct from ULPD, interface clock is ARMPER */
        .parent         = &armper_ck.clk,
        .rate           = 48000000,
@@ -718,7 +717,7 @@ static struct clk mmc1_ck = {
 
 static struct clk mmc2_ck = {
        .name           = "mmc_ck",
-       .id             = 2,
+       .id             = 1,
        /* Functional clock is direct from ULPD, interface clock is ARMPER */
        .parent         = &armper_ck.clk,
        .rate           = 48000000,