mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
omap4: Add platform changes for Ambient Light sensor
Register BH1780GLI Ambient light sensor, which is an I2C device for 4430SDP board. Signed-off-by: Hemanth V <hemanthv@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
70e7776063
commit
d048aca2e2
1 changed files with 3 additions and 0 deletions
|
@ -464,6 +464,9 @@ static struct i2c_board_info __initdata sdp4430_i2c_3_boardinfo[] = {
|
|||
{
|
||||
I2C_BOARD_INFO("tmp105", 0x48),
|
||||
},
|
||||
{
|
||||
I2C_BOARD_INFO("bh1780", 0x29),
|
||||
},
|
||||
};
|
||||
static struct i2c_board_info __initdata sdp4430_i2c_4_boardinfo[] = {
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue