diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-rx51-peripherals.c')
-rw-r--r-- | arch/arm/mach-omap2/board-rx51-peripherals.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index e75e240cad67..b74357ffe61c 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c | |||
@@ -331,13 +331,13 @@ static struct omap2_hsmmc_info mmc[] __initdata = { | |||
331 | }; | 331 | }; |
332 | 332 | ||
333 | static struct regulator_consumer_supply rx51_vmmc1_supply = | 333 | static struct regulator_consumer_supply rx51_vmmc1_supply = |
334 | REGULATOR_SUPPLY("vmmc", "mmci-omap-hs.0"); | 334 | REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0"); |
335 | 335 | ||
336 | static struct regulator_consumer_supply rx51_vaux3_supply = | 336 | static struct regulator_consumer_supply rx51_vaux3_supply = |
337 | REGULATOR_SUPPLY("vmmc", "mmci-omap-hs.1"); | 337 | REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"); |
338 | 338 | ||
339 | static struct regulator_consumer_supply rx51_vsim_supply = | 339 | static struct regulator_consumer_supply rx51_vsim_supply = |
340 | REGULATOR_SUPPLY("vmmc_aux", "mmci-omap-hs.1"); | 340 | REGULATOR_SUPPLY("vmmc_aux", "omap_hsmmc.1"); |
341 | 341 | ||
342 | static struct regulator_consumer_supply rx51_vmmc2_supplies[] = { | 342 | static struct regulator_consumer_supply rx51_vmmc2_supplies[] = { |
343 | /* tlv320aic3x analog supplies */ | 343 | /* tlv320aic3x analog supplies */ |
@@ -348,7 +348,7 @@ static struct regulator_consumer_supply rx51_vmmc2_supplies[] = { | |||
348 | /* tpa6130a2 */ | 348 | /* tpa6130a2 */ |
349 | REGULATOR_SUPPLY("Vdd", "2-0060"), | 349 | REGULATOR_SUPPLY("Vdd", "2-0060"), |
350 | /* Keep vmmc as last item. It is not iterated for newer boards */ | 350 | /* Keep vmmc as last item. It is not iterated for newer boards */ |
351 | REGULATOR_SUPPLY("vmmc", "mmci-omap-hs.1"), | 351 | REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1"), |
352 | }; | 352 | }; |
353 | 353 | ||
354 | static struct regulator_consumer_supply rx51_vio_supplies[] = { | 354 | static struct regulator_consumer_supply rx51_vio_supplies[] = { |