]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
HSMMC: Enable external input clock for 2430 SDP MMC1
authorGrazvydas Ignotas <notasas@gmail.com>
Thu, 13 Nov 2008 21:40:05 +0000 (23:40 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 13 Nov 2008 23:06:46 +0000 (15:06 -0800)
Previous patch removed cpu_is_omap2430() check in mmc-twl4030.c,
so update twl4030_hsmmc_info to accommodate that.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-2430sdp.c

index 3f3a58b788b428f119aa57718493f88638473a6d..58854de994142793b0295bdfc3baad2a0f19a4d0 100644 (file)
@@ -396,6 +396,7 @@ static struct twl4030_hsmmc_info mmc[] __initdata = {
                .wires          = 4,
                .gpio_cd        = -EINVAL,
                .gpio_wp        = -EINVAL,
+               .ext_clock      = 1,
        },
        {}      /* Terminator */
 };