|
@@ -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,
|
|
|
};
|
|
|
|