projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a28db6
)
[ARM] VR1000: Add tmp101 to list of I2C devices on the board
author
Ben Dooks
<ben-linux@fluff.org>
Thu, 3 Jul 2008 10:24:44 +0000
(11:24 +0100)
committer
Ben Dooks
<ben-linux@fluff.org>
Thu, 3 Jul 2008 15:51:29 +0000
(16:51 +0100)
Add tmp101 support via the new style I2C driver registration
on the VR1000.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2410/mach-vr1000.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s3c2410/mach-vr1000.c
b/arch/arm/mach-s3c2410/mach-vr1000.c
index a88b154273a98cfceb66210c11fd78ff18a45c99..9a0965ac5e11dd75042944995e5f332a7af36bf2 100644
(file)
--- a/
arch/arm/mach-s3c2410/mach-vr1000.c
+++ b/
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),
},