diff options
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-02-04 10:13:16 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-02-12 05:46:08 -0500 |
commit | 80b1cc23ac96373bd5ff17f8959f2587d6fc37dd (patch) | |
tree | e2f17abe2820510ad74f6970009789b8d809ddfa /arch/arm/mach-omap2/board-3430sdp.c | |
parent | 8a2cfea8ccb6292dc43c37968fe08475ae7c2576 (diff) |
OMAP: 3430SDP: remove vdvi regulator
The regulator is now enabled by DSS driver, and thus the panel driver
doesn't need to touch it.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-3430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-3430sdp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c index c90b0d0b1927..964c390c2f39 100644 --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c | |||
@@ -520,10 +520,6 @@ static struct regulator_init_data sdp3430_vdac = { | |||
520 | /* VPLL2 for digital video outputs */ | 520 | /* VPLL2 for digital video outputs */ |
521 | static struct regulator_consumer_supply sdp3430_vpll2_supplies[] = { | 521 | static struct regulator_consumer_supply sdp3430_vpll2_supplies[] = { |
522 | { | 522 | { |
523 | .supply = "vdvi", | ||
524 | .dev = &sdp3430_lcd_device.dev, | ||
525 | }, | ||
526 | { | ||
527 | .supply = "vdds_dsi", | 523 | .supply = "vdds_dsi", |
528 | .dev = &sdp3430_dss_device.dev, | 524 | .dev = &sdp3430_dss_device.dev, |
529 | } | 525 | } |