This commit will enable usage of tsl2563 ambient light sensor on Nokia N900. Signed-off-by: Ameya Palande <ameya.palande@xxxxxxxxx> --- arch/arm/mach-omap2/board-rx51-peripherals.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index 966f5f8..82d5ac7 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c @@ -23,6 +23,7 @@ #include <linux/gpio.h> #include <linux/gpio_keys.h> #include <linux/mmc/host.h> +#include <../drivers/staging/iio/light/tsl2563.h> #include <plat/mcspi.h> #include <plat/mux.h> @@ -54,6 +55,10 @@ static struct omap2_mcspi_device_config wl1251_mcspi_config = { .single_channel = 1, }; +static struct tsl2563_platform_data rx51_tsl2563_platform_data = { + .cover_comp_gain = 16, + }; + static struct spi_board_info rx51_peripherals_spi_board_info[] __initdata = { [RX51_SPI_WL1251] = { .modalias = "wl1251", @@ -686,6 +691,9 @@ static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_1[] = { .irq = INT_34XX_SYS_NIRQ, .platform_data = &rx51_twldata, }, + { I2C_BOARD_INFO("tsl2563", 0x29), + .platform_data = &rx51_tsl2563_platform_data, + }, }; static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_2[] = { -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html