Explorar o código

[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: Ben Dooks <ben-linux@fluff.org>
Ben Dooks %!s(int64=17) %!d(string=hai) anos
pai
achega
9c3871ca59
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      arch/arm/mach-s3c2410/mach-vr1000.c

+ 2 - 0
arch/arm/mach-s3c2410/mach-vr1000.c

@@ -321,6 +321,8 @@ static struct platform_device vr1000_led3 = {
 static struct i2c_board_info vr1000_i2c_devs[] __initdata = {
 	{
 		I2C_BOARD_INFO("tlv320aic23", 0x1a),
+	}, {
+		I2C_BOARD_INFO("tmp101", 0x48),
 	}, {
 		I2C_BOARD_INFO("m41st87", 0x68),
 	},