Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

mach-ux500: Add Rohm BH1780GLI Light Sensor to i2c_board_info

parent dd7b2a05
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -208,6 +208,10 @@ static struct i2c_board_info __initdata mop500_i2c2_devices[] = {
		I2C_BOARD_INFO("lp5521", 0x34),
		I2C_BOARD_INFO("lp5521", 0x34),
		.platform_data = &lp5521_sec_data,
		.platform_data = &lp5521_sec_data,
	},
	},
	{
		/* Light sensor Rohm BH1780GLI */
		I2C_BOARD_INFO("bh1780", 0x29),
	},
};
};


#define U8500_I2C_CONTROLLER(id, _slsu, _tft, _rft, clk, _sm) \
#define U8500_I2C_CONTROLLER(id, _slsu, _tft, _rft, clk, _sm) \