diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-rx51-peripherals.c')
-rw-r--r-- | arch/arm/mach-omap2/board-rx51-peripherals.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index 9a5eb87425fc..a3dbaa7b8632 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c | |||
@@ -302,7 +302,7 @@ static struct omap2_hsmmc_info mmc[] __initdata = { | |||
302 | { | 302 | { |
303 | .name = "external", | 303 | .name = "external", |
304 | .mmc = 1, | 304 | .mmc = 1, |
305 | .wires = 4, | 305 | .caps = MMC_CAP_4_BIT_DATA, |
306 | .cover_only = true, | 306 | .cover_only = true, |
307 | .gpio_cd = 160, | 307 | .gpio_cd = 160, |
308 | .gpio_wp = -EINVAL, | 308 | .gpio_wp = -EINVAL, |
@@ -311,7 +311,8 @@ static struct omap2_hsmmc_info mmc[] __initdata = { | |||
311 | { | 311 | { |
312 | .name = "internal", | 312 | .name = "internal", |
313 | .mmc = 2, | 313 | .mmc = 2, |
314 | .wires = 8, /* See also rx51_mmc2_remux */ | 314 | .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA, |
315 | /* See also rx51_mmc2_remux */ | ||
315 | .gpio_cd = -EINVAL, | 316 | .gpio_cd = -EINVAL, |
316 | .gpio_wp = -EINVAL, | 317 | .gpio_wp = -EINVAL, |
317 | .nonremovable = true, | 318 | .nonremovable = true, |