Commit 9c3871ca authored by Ben Dooks's avatar Ben Dooks

[ARM] VR1000: Add tmp101 to list of I2C devices on the board

Add tmp101 support via the new style I2C driver registration
on the VR1000.
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 7a28db61
...@@ -321,6 +321,8 @@ static struct platform_device vr1000_led3 = { ...@@ -321,6 +321,8 @@ static struct platform_device vr1000_led3 = {
static struct i2c_board_info vr1000_i2c_devs[] __initdata = { static struct i2c_board_info vr1000_i2c_devs[] __initdata = {
{ {
I2C_BOARD_INFO("tlv320aic23", 0x1a), I2C_BOARD_INFO("tlv320aic23", 0x1a),
}, {
I2C_BOARD_INFO("tmp101", 0x48),
}, { }, {
I2C_BOARD_INFO("m41st87", 0x68), I2C_BOARD_INFO("m41st87", 0x68),
}, },
......
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