From d28e08ffa2fc879ad253b16b0200147014b2da3a Mon Sep 17 00:00:00 2001 From: Evan Wilson Date: Tue, 30 Jun 2015 10:23:59 -0700 Subject: Added to board file Change-Id: I14e3e46416faa634828e6f0c609da9972f7f19db --- arch/arm/mach-omap2/board-omap3h1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3h1.c b/arch/arm/mach-omap2/board-omap3h1.c index 25999b224cc..052d71c9cfe 100644 --- a/arch/arm/mach-omap2/board-omap3h1.c +++ b/arch/arm/mach-omap2/board-omap3h1.c @@ -760,7 +760,7 @@ static struct i2c_board_info __initdata omap3h1_i2c1_board_info[] = { static struct i2c_board_info __initdata omap3h1_i2c2_board_info[] = { #endif { - I2C_BOARD_INFO("mpu6515", 0x68), + I2C_BOARD_INFO("st-lsm6ds3-i2c", 0x6a), // This is needed for the interrupt wake. IH_GPIO_BASE changed in 3.10 // .irq = (IH_GPIO_BASE + MPUIRQ_GPIO), .platform_data = &mpu_data, @@ -1071,7 +1071,7 @@ static int __init omap3_h1_i2c_init(void) */ gpio_request_one(ATMEL_MXT_GPIO, GPIOF_IN, "atmel_mxt_ts CHG"); - gpio_request_one(MPUIRQ_GPIO, GPIOF_IN, "mpu6515 IRQ pin"); + gpio_request_one(MPUIRQ_GPIO, GPIOF_IN, "Accl IRQ pin"); acc_irq = gpio_to_irq(MPUIRQ_GPIO); -- cgit v1.2.3-70-g09d2