diff options
| author | Evan Wilson <evan@oliodevices.com> | 2015-06-30 10:23:59 -0700 |
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2015-06-30 10:23:59 -0700 |
| commit | d28e08ffa2fc879ad253b16b0200147014b2da3a (patch) | |
| tree | 78359c5d36851470bfdbbc3a6a81d35786a4fd4b | |
| parent | 688863c9ef555051ce7cfbc3170e7ab65b832f03 (diff) | |
| download | olio-linux-3.10-d28e08ffa2fc879ad253b16b0200147014b2da3a.tar.xz olio-linux-3.10-d28e08ffa2fc879ad253b16b0200147014b2da3a.zip | |
Added to board file
Change-Id: I14e3e46416faa634828e6f0c609da9972f7f19db
| -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); |