diff options
author | Thomas Weber <weber@corscience.de> | 2010-07-05 10:04:42 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 10:04:42 -0400 |
commit | 0cbe70eeaad7141a7f932cbbfab6857a25f6d20a (patch) | |
tree | 3120126c537b1d6a26e2cd7f1743514fcaa0b3a9 /arch/arm/mach-omap2/board-devkit8000.c | |
parent | a34664ded71217eb7a0cce6beae4ffd89ca57900 (diff) |
OMAP2: Devkit8000: Fix regulator for power supply
Devkit8000 uses the TPS65930 and not the TWL4030.
The TPS65930 uses only a subset of the power supplies
of the TWL4030.
Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-devkit8000.c')
-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 4ad57d22702d..ca4d521947ac 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c | |||
@@ -380,7 +380,7 @@ static struct twl4030_platform_data devkit8000_twldata = { | |||
380 | 380 | ||
381 | static struct i2c_board_info __initdata devkit8000_i2c_boardinfo[] = { | 381 | static struct i2c_board_info __initdata devkit8000_i2c_boardinfo[] = { |
382 | { | 382 | { |
383 | I2C_BOARD_INFO("twl4030", 0x48), | 383 | I2C_BOARD_INFO("tps65930", 0x48), |
384 | .flags = I2C_CLIENT_WAKE, | 384 | .flags = I2C_CLIENT_WAKE, |
385 | .irq = INT_34XX_SYS_NIRQ, | 385 | .irq = INT_34XX_SYS_NIRQ, |
386 | .platform_data = &devkit8000_twldata, | 386 | .platform_data = &devkit8000_twldata, |