Commit ea075229 authored by Andrey Porodko's avatar Andrey Porodko Committed by Jean-Paul Saman

MSP430 chip support for Neuros OSD2 board. MSP430 provides RTC, IR remote,

parent e031b701
......@@ -202,6 +202,9 @@ static struct davinci_i2c_platform_data ntosd2_i2c_pdata = {
};
static struct i2c_board_info __initdata ntosd2_i2c_info[] = {
{ /* MSP430 interface */
I2C_BOARD_INFO("neuros_osd2_msp", NTOSD2_MSP430_I2C_ADDR),
},
{
I2C_BOARD_INFO("tlv320aic3x", NTOSD2_AUDIOSOC_I2C_ADDR ),
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment