Commit 4095954d authored by Adrian Hunter's avatar Adrian Hunter Committed by Tony Lindgren

RX51: adjust hsmmc info

Signed-off-by: default avatarAdrian Hunter <ext-adrian.hunter@nokia.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 84a26c2e
...@@ -52,12 +52,15 @@ static struct platform_device *rx51_flash_devices[] = { ...@@ -52,12 +52,15 @@ static struct platform_device *rx51_flash_devices[] = {
static struct twl4030_hsmmc_info mmc[] __initdata = { static struct twl4030_hsmmc_info mmc[] __initdata = {
{ {
.name = "external",
.mmc = 1, .mmc = 1,
.wires = 8, .wires = 4,
.cover_only = true,
.gpio_cd = 160, .gpio_cd = 160,
.gpio_wp = -EINVAL, .gpio_wp = -EINVAL,
}, },
{ {
.name = "internal",
.mmc = 2, .mmc = 2,
.wires = 8, .wires = 8,
.gpio_cd = -EINVAL, .gpio_cd = -EINVAL,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment