From: Ben Dooks Date: Thu, 3 Jul 2008 10:24:44 +0000 (+0100) Subject: [ARM] VR1000: Add tmp101 to list of I2C devices on the board X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=9c3871ca59884563e3f41669a330c9231952643b;p=linux-edison.git [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 --- diff --git a/arch/arm/mach-s3c2410/mach-vr1000.c b/arch/arm/mach-s3c2410/mach-vr1000.c index a88b154273a..9a0965ac5e1 100644 --- a/arch/arm/mach-s3c2410/mach-vr1000.c +++ b/arch/arm/mach-s3c2410/mach-vr1000.c @@ -322,6 +322,8 @@ static struct i2c_board_info vr1000_i2c_devs[] __initdata = { { I2C_BOARD_INFO("tlv320aic23", 0x1a), }, { + I2C_BOARD_INFO("tmp101", 0x48), + }, { I2C_BOARD_INFO("m41st87", 0x68), }, };