]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/mach-omap2/board-4430sdp.c
Merge branch 'devel-boards' into omap-for-linus
[mv-sheeva.git] / arch / arm / mach-omap2 / board-4430sdp.c
index d2b917382b423ef656e2ad4f13995013dd551ded..1bed1e666a60d88130e62b45f8753d33f063614f 100644 (file)
@@ -233,12 +233,12 @@ static struct omap_musb_board_data musb_board_data = {
 static struct omap2_hsmmc_info mmc[] = {
        {
                .mmc            = 1,
-               .wires          = 8,
+               .caps           = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
                .gpio_wp        = -EINVAL,
        },
        {
                .mmc            = 2,
-               .wires          = 8,
+               .caps           =  MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
                .gpio_cd        = -EINVAL,
                .gpio_wp        = -EINVAL,
                .nonremovable   = true,