diff options
author | Thomas Weber <weber@corscience.de> | 2010-03-24 08:52:10 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-04-23 18:37:24 -0400 |
commit | 6057db52a2c85659821feac4d3a86ada711893a4 (patch) | |
tree | 501366aa4c2fec372d779f1c1f8173dce657a953 /arch | |
parent | 57ed0e7b72e9b472c5ce862eaba5435b36233fab (diff) |
omap: Devkit8000: Fix typo in supplies
Replace wrong vdss_dsi with vdds_dsi.
Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/board-devkit8000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index db4c093e2afb..b82e4387faef 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c | |||
@@ -303,7 +303,7 @@ static struct regulator_consumer_supply devkit8000_vpll2_supplies[] = { | |||
303 | .dev = &devkit8000_lcd_device.dev, | 303 | .dev = &devkit8000_lcd_device.dev, |
304 | }, | 304 | }, |
305 | { | 305 | { |
306 | .supply = "vdss_dsi", | 306 | .supply = "vdds_dsi", |
307 | .dev = &devkit8000_dss_device.dev, | 307 | .dev = &devkit8000_dss_device.dev, |
308 | } | 308 | } |
309 | }; | 309 | }; |