diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-08 13:02:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-08 13:02:59 -0400 |
commit | 537d84787659b355b3331813dc134c7497ddafa5 (patch) | |
tree | e43d376ed8522b09163ed1f7902e1fed25d2fe3b /arch/arm/mach-omap2/board-omap3evm.c | |
parent | d71048e22f47725a5808ea2e4e1e72fa36c1a788 (diff) | |
parent | ece350d3949e9a60b39e4f9853be118e98d48fbc (diff) |
Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux
* 'for-linus' of git://gitorious.org/linux-omap-dss2/linux: (64 commits)
OMAP: DSS2: OMAPFB: add support for FBIO_WAITFORVSYNC
OMAP: DSS2: Replace strncmp() with sysfs_streq() in overlay_manager_store()
OMAP: DSS2: Fix error path in omap_dsi_update()
OMAP: DSS2: TDO35S: fix video signaling
OMAP: DSS2: OMAPFB: Fix invalid bpp for PAL and NTSC modes
OMAP: DSS2: OMAPFB: Fix probe error path
OMAP3EVM: Replace vdvi regulator supply with vdds_dsi
OMAP: DSS2: Remove extra return statement
OMAP: DSS2: adjust YUV overlay width to be even
OMAP: DSS2: OMAPFB: Fix sysfs mirror input check
OMAP: DSS2: OMAPFB: Remove redundant color register range check
OMAP: DSS2: OMAPFB: Remove redundant rotate range check
OMAP: DSS2: OMAPFB: Check fb2display() return value
OMAP: DSS2: Taal: Optimize enable_te, rotate, mirror when value unchanged
OMAP: DSS2: DSI: detect unsupported update requests
OMAP: DSS2: DSI: increase FIFO low threshold
OMAP: DSS2: DSI: Add error IRQ mask for DSI complexIO
OMAP: DSS2: DSI: Remove BTA after set_max_rx_packet_size
OMAP: DSS2: change manual update scaling setup
OMAP: DSS2: DSI: use BTA to end the frame transfer
...
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 6494dbdfc391..f76d9c0a47a1 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, |