aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorDavid Anders <x0132446@ti.com>2010-10-07 15:36:28 -0400
committerTony Lindgren <tony@atomide.com>2010-10-08 14:02:57 -0400
commit191183b94cc511d0fc2326c83165d95aeabacac4 (patch)
treebb554dff27074881e0825c32b4aa775d28d351c5 /arch/arm/mach-omap2
parent6f911492ed901dcafc9c5c7f507087bb94218ba7 (diff)
omap4: pandaboard: remove unused hsmmc definition
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>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/board-omap4panda.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c
index 83bd1fe5e323..d8c70c13953a 100644
--- a/arch/arm/mach-omap2/board-omap4panda.c
+++ b/arch/arm/mach-omap2/board-omap4panda.c
@@ -98,10 +98,6 @@ static struct regulator_consumer_supply omap4_panda_vmmc_supply[] = {
98 .supply = "vmmc", 98 .supply = "vmmc",
99 .dev_name = "mmci-omap-hs.0", 99 .dev_name = "mmci-omap-hs.0",
100 }, 100 },
101 {
102 .supply = "vmmc",
103 .dev_name = "mmci-omap-hs.1",
104 },
105}; 101};
106 102
107static int omap4_twl6030_hsmmc_late_init(struct device *dev) 103static int omap4_twl6030_hsmmc_late_init(struct device *dev)
@@ -187,7 +183,7 @@ static struct regulator_init_data omap4_panda_vmmc = {
187 | REGULATOR_CHANGE_MODE 183 | REGULATOR_CHANGE_MODE
188 | REGULATOR_CHANGE_STATUS, 184 | REGULATOR_CHANGE_STATUS,
189 }, 185 },
190 .num_consumer_supplies = 2, 186 .num_consumer_supplies = 1,
191 .consumer_supplies = omap4_panda_vmmc_supply, 187 .consumer_supplies = omap4_panda_vmmc_supply,
192}; 188};
193 189