Skip to content

Commit

Permalink
ARM: OMAP: Fix OSK ASoC by registering I2C board info for tlvaic23
Browse files Browse the repository at this point in the history
Adding I2C board info is required for tlvaic23 i2c chip driver.

Cc: Jarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: Arun KS <arunks@mistralsolutions.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Arun KS authored and Tony Lindgren committed Jan 15, 2009
1 parent 5262822 commit 9b4a357
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm/mach-omap1/board-osk.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,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
* - optionally on Mistral, ov9640 camera sensor at 0x30
*/
};
Expand Down

0 comments on commit 9b4a357

Please sign in to comment.