diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap4panda.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap4panda.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index 3dd241b95159..12bf09a7c5e4 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c | |||
@@ -180,13 +180,13 @@ static struct omap2_hsmmc_info mmc[] = { | |||
180 | static struct regulator_consumer_supply omap4_panda_vmmc_supply[] = { | 180 | static struct regulator_consumer_supply omap4_panda_vmmc_supply[] = { |
181 | { | 181 | { |
182 | .supply = "vmmc", | 182 | .supply = "vmmc", |
183 | .dev_name = "mmci-omap-hs.0", | 183 | .dev_name = "omap_hsmmc.0", |
184 | }, | 184 | }, |
185 | }; | 185 | }; |
186 | 186 | ||
187 | static struct regulator_consumer_supply omap4_panda_vmmc5_supply = { | 187 | static struct regulator_consumer_supply omap4_panda_vmmc5_supply = { |
188 | .supply = "vmmc", | 188 | .supply = "vmmc", |
189 | .dev_name = "mmci-omap-hs.4", | 189 | .dev_name = "omap_hsmmc.4", |
190 | }; | 190 | }; |
191 | 191 | ||
192 | static struct regulator_init_data panda_vmmc5 = { | 192 | static struct regulator_init_data panda_vmmc5 = { |