Commit bd3bc7fa authored by David Brownell's avatar David Brownell Committed by Tony Lindgren

twl: update overo and pandora i2c data

Update Pandora and Overo board-specific code to report that
they use catalog versions of the twl5030 ... this affects
the range of usable VAUX2 voltages.
Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 7decb044
...@@ -197,7 +197,7 @@ static struct twl4030_platform_data omap3pandora_twldata = { ...@@ -197,7 +197,7 @@ static struct twl4030_platform_data omap3pandora_twldata = {
static struct i2c_board_info __initdata omap3pandora_i2c_boardinfo[] = { static struct i2c_board_info __initdata omap3pandora_i2c_boardinfo[] = {
{ {
I2C_BOARD_INFO("twl4030", 0x48), I2C_BOARD_INFO("tps65950", 0x48),
.flags = I2C_CLIENT_WAKE, .flags = I2C_CLIENT_WAKE,
.irq = INT_34XX_SYS_NIRQ, .irq = INT_34XX_SYS_NIRQ,
.platform_data = &omap3pandora_twldata, .platform_data = &omap3pandora_twldata,
......
...@@ -167,7 +167,7 @@ static struct twl4030_platform_data overo_twldata = { ...@@ -167,7 +167,7 @@ static struct twl4030_platform_data overo_twldata = {
static struct i2c_board_info __initdata overo_i2c_boardinfo[] = { static struct i2c_board_info __initdata overo_i2c_boardinfo[] = {
{ {
I2C_BOARD_INFO("twl4030", 0x48), I2C_BOARD_INFO("tps65950", 0x48),
.flags = I2C_CLIENT_WAKE, .flags = I2C_CLIENT_WAKE,
.irq = INT_34XX_SYS_NIRQ, .irq = INT_34XX_SYS_NIRQ,
.platform_data = &overo_twldata, .platform_data = &overo_twldata,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment