Commit bb3b2187 authored by Lee Jones's avatar Lee Jones Committed by Linus Walleij

mach-ux500: Add Rohm BH1780GLI Light Sensor to i2c_board_info

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent dd7b2a05
......@@ -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) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment