From: Adrian Hunter Date: Fri, 23 Jan 2009 09:54:13 +0000 (+0200) Subject: RX51: adjust hsmmc info X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=4095954d70208e8365437bada05b5db99488f9fd;p=linux-2.6-omap-h63xx.git RX51: adjust hsmmc info Signed-off-by: Adrian Hunter Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/board-rx51-flash.c b/arch/arm/mach-omap2/board-rx51-flash.c index 7af0d465e9f..cd030a6dc4f 100644 --- a/arch/arm/mach-omap2/board-rx51-flash.c +++ b/arch/arm/mach-omap2/board-rx51-flash.c @@ -52,12 +52,15 @@ static struct platform_device *rx51_flash_devices[] = { static struct twl4030_hsmmc_info mmc[] __initdata = { { + .name = "external", .mmc = 1, - .wires = 8, + .wires = 4, + .cover_only = true, .gpio_cd = 160, .gpio_wp = -EINVAL, }, { + .name = "internal", .mmc = 2, .wires = 8, .gpio_cd = -EINVAL,