diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 06:24:44 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 11:51:29 -0400 |
commit | 9c3871ca59884563e3f41669a330c9231952643b (patch) | |
tree | 880b672cb50869a9b23a65f97bcc163cadf7873b | |
parent | 7a28db61463d90043f7298a2e130af5630ff06ac (diff) |
[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>
-rw-r--r-- | arch/arm/mach-s3c2410/mach-vr1000.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/mach-vr1000.c b/arch/arm/mach-s3c2410/mach-vr1000.c index a88b154273a9..9a0965ac5e11 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 = { | |||
322 | { | 322 | { |
323 | I2C_BOARD_INFO("tlv320aic23", 0x1a), | 323 | I2C_BOARD_INFO("tlv320aic23", 0x1a), |
324 | }, { | 324 | }, { |
325 | I2C_BOARD_INFO("tmp101", 0x48), | ||
326 | }, { | ||
325 | I2C_BOARD_INFO("m41st87", 0x68), | 327 | I2C_BOARD_INFO("m41st87", 0x68), |
326 | }, | 328 | }, |
327 | }; | 329 | }; |