diff options
author | Kishore Kadiyala <kishore.kadiyala@ti.com> | 2011-02-28 10:18:05 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-03-01 16:13:27 -0500 |
commit | 0005ae73cfe44ee42d0be12a12cc82bf982f518e (patch) | |
tree | df8530e43e8194b8d07a9198bbcfadba41b0274b /arch/arm/mach-omap2/board-rx51-peripherals.c | |
parent | 4621d5f8cb435b1ba74efe6e0a7125febb40186b (diff) |
OMAP: hsmmc: Rename the device and driver
Modifying the device & driver name from "mmci-omap-hs" to
"omap_hsmmc".
Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com>
Acked-by: Benoit Cousson<b-cousson@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
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[] = { |