Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216997
b: refs/heads/master
c: 191183b
h: refs/heads/master
i:
  216995: 5420bf6
v: v3
  • Loading branch information
David Anders authored and Tony Lindgren committed Oct 8, 2010
1 parent d63423a commit 8c4e1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f911492ed901dcafc9c5c7f507087bb94218ba7
refs/heads/master: 191183b94cc511d0fc2326c83165d95aeabacac4
6 changes: 1 addition & 5 deletions trunk/arch/arm/mach-omap2/board-omap4panda.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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,
};

Expand Down

0 comments on commit 8c4e1b4

Please sign in to comment.