diff options
author | Vaibhav Hiremath <hvaibhav@ti.com> | 2010-03-19 07:21:19 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-08-05 09:52:12 -0400 |
commit | f3fe53c12000adfd50b6a111bd0f5b27a412ca31 (patch) | |
tree | 2f9454436c911d222f670a13ffa25b2b20d7c364 /arch/arm/mach-omap2/board-omap3evm.c | |
parent | edecee858ea5540075cbd84ada8bb07f952fd758 (diff) |
OMAP3EVM: Replace vdvi regulator supply with vdds_dsi
With recent changes happened in OMAP2/3 DSS library for regulator interface, it
is required to define DSI regulator supply, without this DSS (in turn Fbdev)
fails to get regulator.
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3evm.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3evm.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c index b95261013812..f11604ae6a80 100644 --- a/arch/arm/mach-omap2/board-omap3evm.c +++ b/arch/arm/mach-omap2/board-omap3evm.c | |||
@@ -514,14 +514,11 @@ static struct regulator_init_data omap3_evm_vdac = { | |||
514 | }; | 514 | }; |
515 | 515 | ||
516 | /* VPLL2 for digital video outputs */ | 516 | /* VPLL2 for digital video outputs */ |
517 | static struct regulator_consumer_supply omap3_evm_vpll2_supply = { | 517 | static struct regulator_consumer_supply omap3_evm_vpll2_supply = |
518 | .supply = "vdvi", | 518 | REGULATOR_SUPPLY("vdds_dsi", "omapdss"); |
519 | .dev = &omap3_evm_lcd_device.dev, | ||
520 | }; | ||
521 | 519 | ||
522 | static struct regulator_init_data omap3_evm_vpll2 = { | 520 | static struct regulator_init_data omap3_evm_vpll2 = { |
523 | .constraints = { | 521 | .constraints = { |
524 | .name = "VDVI", | ||
525 | .min_uV = 1800000, | 522 | .min_uV = 1800000, |
526 | .max_uV = 1800000, | 523 | .max_uV = 1800000, |
527 | .apply_uV = true, | 524 | .apply_uV = true, |