Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0640b436 authored by Abhilash Vadakkepat Koyamangalath's avatar Abhilash Vadakkepat Koyamangalath Committed by Tony Lindgren
Browse files

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: default avatarAbhilash K V <abhilash.kv@ti.com>
Acked-by: default avatarJarkko Nikula <jhnikula@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent e7916740
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -199,6 +199,9 @@ static struct pca953x_platform_data am3517evm_gpio_expander_info_0 = {
	.gpio_base	= OMAP_MAX_GPIO_LINES,
};
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,