]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Adds I2C board info for tlvaic23
authorArun KS <arunks@mistralsolutions.com>
Tue, 30 Sep 2008 07:53:19 +0000 (13:23 +0530)
committerTony Lindgren <tony@atomide.com>
Tue, 28 Oct 2008 16:22:30 +0000 (09:22 -0700)
Adding I2C board info required for tlvaic23 i2c chip driver

Signed-off-by: Arun KS <arunks@mistralsolutions.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/board-osk.c

index 3e766e49f7cc05faced8c31b01150a56e8fe1471..e506aef77c040e3fbb630c42725f77ea4fcb1158 100644 (file)
@@ -258,8 +258,10 @@ static struct i2c_board_info __initdata osk_i2c_board_info[] = {
                .platform_data  = &tps_board,
 
        },
+       {
+               I2C_BOARD_INFO("tlv320aic23", 0x1B),
+       },
        /* TODO when driver support is ready:
-        *  - aic23 audio chip at 0x1a
         *  - on Mistral, 24c04 eeprom at 0x50
         *  - optionally on Mistral, ov9640 camera sensor at 0x30
         */