From: Hemanth V Date: Sat, 18 Dec 2010 02:15:08 +0000 (-0800) Subject: omap4: Add platform changes for Ambient Light sensor X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d048aca2e2e023204c10ca6b705642c1de54d95c;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 8842ec5e51e3..66f894371db2 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c @@ -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[] = { {