>From 6c1c8a4fa8b60ba777d878b7c4e2941826914a7c Mon Sep 17 00:00:00 2001
From: Adrian Hunter <[email protected]>
Date: Fri, 23 Jan 2009 11:54:13 +0200
Subject: [PATCH] RX51: adjust hsmmc info

Signed-off-by: Adrian Hunter <[email protected]>
---
 arch/arm/mach-omap2/board-rx51-flash.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/board-rx51-flash.c 
b/arch/arm/mach-omap2/board-rx51-flash.c
index 7af0d46..20fe242 100644
--- a/arch/arm/mach-omap2/board-rx51-flash.c
+++ b/arch/arm/mach-omap2/board-rx51-flash.c
@@ -52,16 +52,20 @@ 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,
                .gpio_wp        = -EINVAL,
+               .vsim_18v       = true,
        },
        {}      /* Terminator */
 };
-- 
1.5.6.3

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to