diff options
author | Abhilash Vadakkepat Koyamangalath <x0151633@psplinux051.india.ti.com> | 2011-03-08 18:13:24 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-03-09 02:20:41 +0300 |
commit | 0640b436e410290193f554dcfd777bcdeee59697 (patch) | |
tree | e6d60cdb4a29ec8fe74ff31e5d310aa21ebbc7f6 /arch/arm/mach-omap2/board-am3517evm.c | |
parent | e7916740bb76379bcde4ce0317259acff8f89f53 (diff) | |
download | linux-0640b436e410290193f554dcfd777bcdeee59697.tar.xz |
audio : AM3517 : Adding i2c info for AIC23 codec
The i2c_board_info entry supporting AIC23 codec was added into
the i2c2 bus.
Signed-off-by: Abhilash K V <abhilash.kv@ti.com>
Acked-by: Jarkko Nikula <jhnikula@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-am3517evm.c')
-rw-r--r-- | arch/arm/mach-omap2/board-am3517evm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c index 30ec45193268..77541cf59bd4 100644 --- a/arch/arm/mach-omap2/board-am3517evm.c +++ b/arch/arm/mach-omap2/board-am3517evm.c @@ -200,6 +200,9 @@ static struct pca953x_platform_data am3517evm_gpio_expander_info_0 = { }; static struct i2c_board_info __initdata am3517evm_i2c2_boardinfo[] = { { + I2C_BOARD_INFO("tlv320aic23", 0x1A), + }, + { I2C_BOARD_INFO("tca6416", 0x21), .platform_data = &am3517evm_gpio_expander_info_0, }, |