]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
twl: update overo and pandora i2c data
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 15 Nov 2008 20:38:43 +0000 (12:38 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 25 Nov 2008 23:23:36 +0000 (15:23 -0800)
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: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-omap3pandora.c
arch/arm/mach-omap2/board-overo.c

index 69517a5c7dcb05ac353e105d4f9e468a5a21d4be..edf5000be3d30a35e826332d6c09203a3f144a8e 100644 (file)
@@ -197,7 +197,7 @@ static struct twl4030_platform_data omap3pandora_twldata = {
 
 static struct i2c_board_info __initdata omap3pandora_i2c_boardinfo[] = {
        {
-               I2C_BOARD_INFO("twl4030", 0x48),
+               I2C_BOARD_INFO("tps65950", 0x48),
                .flags = I2C_CLIENT_WAKE,
                .irq = INT_34XX_SYS_NIRQ,
                .platform_data = &omap3pandora_twldata,
index a1b3aba7a8cf9fc83558620e56bc4accdf7178bb..05dad04b6327490b67d7fd0f43549620ea713ae2 100644 (file)
@@ -167,7 +167,7 @@ static struct twl4030_platform_data overo_twldata = {
 
 static struct i2c_board_info __initdata overo_i2c_boardinfo[] = {
        {
-               I2C_BOARD_INFO("twl4030", 0x48),
+               I2C_BOARD_INFO("tps65950", 0x48),
                .flags = I2C_CLIENT_WAKE,
                .irq = INT_34XX_SYS_NIRQ,
                .platform_data = &overo_twldata,