[PATCH] Neuros OSD2 board platform code patch for supporting msp430microcontroller and sound soc.

From: Andrey Porodko
Date: Sat Dec 05 2009 - 05:54:42 EST


Initial release. Neuros OSD2 board i2c platform data description for MSP430
microprocessor and Audio SOC support. MSP430 firmware perform various operations.
Such as IR remote, RTC timer and etc. Audio SOC is very similar to DM6446EVM
board, the only difference here is i2c port address.

Signed-off-by: Andrey Porodko <panda@xxxxxxxxxx>
---
arch/arm/mach-davinci/board-neuros-osd2.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-davinci/board-neuros-osd2.c b/arch/arm/mach-davinci/board-neuros-osd2.c
index bd9ca07..28b3d67 100644
--- a/arch/arm/mach-davinci/board-neuros-osd2.c
+++ b/arch/arm/mach-davinci/board-neuros-osd2.c
@@ -202,6 +202,12 @@ static struct davinci_i2c_platform_data ntosd2_i2c_pdata = {
};

static struct i2c_board_info __initdata ntosd2_i2c_info[] = {
+ { /* MSP430 interface */
+ I2C_BOARD_INFO("davinci_msp", NTOSD2_MSP430_I2C_ADDR),
+ },
+ {
+ I2C_BOARD_INFO("tlv320aic3x", NTOSD2_AUDIOSOC_I2C_ADDR),
+ },
};

static int ntosd2_init_i2c(void)
--
1.5.6.5

-------------------------------------------------------------------------


--
Best regards
Andrey A. Porodko


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/