]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
omap4: pandaboard: remove unused hsmmc definition
authorDavid Anders <x0132446@ti.com>
Thu, 7 Oct 2010 19:36:28 +0000 (19:36 +0000)
committerTony Lindgren <tony@atomide.com>
Fri, 8 Oct 2010 18:02:57 +0000 (11:02 -0700)
remove the second hsmmc definition as it is only used on the
expansion header of the PandaBoard and can be mux for other
functions.

Signed-off-by: David Anders <x0132446@ti.com>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-omap4panda.c

index 83bd1fe5e323fa173687f2c8734293e09cab5e15..d8c70c13953af99508b16b1f07c731ccfcff9c4e 100644 (file)
@@ -98,10 +98,6 @@ static struct regulator_consumer_supply omap4_panda_vmmc_supply[] = {
                .supply = "vmmc",
                .dev_name = "mmci-omap-hs.0",
        },
-       {
-               .supply = "vmmc",
-               .dev_name = "mmci-omap-hs.1",
-       },
 };
 
 static int omap4_twl6030_hsmmc_late_init(struct device *dev)
@@ -187,7 +183,7 @@ static struct regulator_init_data omap4_panda_vmmc = {
                                        | REGULATOR_CHANGE_MODE
                                        | REGULATOR_CHANGE_STATUS,
        },
-       .num_consumer_supplies  = 2,
+       .num_consumer_supplies  = 1,
        .consumer_supplies      = omap4_panda_vmmc_supply,
 };