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:
dd7b2a0
)
mach-ux500: Add Rohm BH1780GLI Light Sensor to i2c_board_info
author
Lee Jones
<lee.jones@linaro.org>
Thu, 13 Jan 2011 14:41:22 +0000
(14:41 +0000)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 14 Mar 2011 13:05:11 +0000
(14:05 +0100)
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/board-mop500.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-ux500/board-mop500.c
b/arch/arm/mach-ux500/board-mop500.c
index daebcb4ba7093aee51ff72a313f59639d765989f..ffe3cf1451a8fee6b6366a8daabf6f00a758aefd 100644
(file)
--- a/
arch/arm/mach-ux500/board-mop500.c
+++ b/
arch/arm/mach-ux500/board-mop500.c
@@
-208,6
+208,10
@@
static struct i2c_board_info __initdata mop500_i2c2_devices[] = {
I2C_BOARD_INFO("lp5521", 0x34),
.platform_data = &lp5521_sec_data,
},
+ {
+ /* Light sensor Rohm BH1780GLI */
+ I2C_BOARD_INFO("bh1780", 0x29),
+ },
};
#define U8500_I2C_CONTROLLER(id, _slsu, _tft, _rft, clk, _sm) \