diff options
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3h1.c | 4 |
1 files 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); |