davinci: audio: move tlv320aic33 i2c setup into board files

Tested on DM6446, DM355, DM6447, DA850 EVMs.

Signed-off-by: Chaithrika U S <chaithrika@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
This commit is contained in:
Chaithrika U S
2009-08-25 15:20:05 +03:00
committed by Kevin Hilman
parent 213765d7b4
commit 1a7ff8ff6e
5 changed files with 19 additions and 2 deletions

View File

@@ -299,6 +299,9 @@ static struct i2c_board_info __initdata i2c_info[] = {
{
I2C_BOARD_INFO("cpld_reg0", 0x3a),
},
{
I2C_BOARD_INFO("tlv320aic33", 0x18),
}
};
static struct davinci_i2c_platform_data i2c_pdata = {