summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2015-07-01 21:20:34 -0700
committerEvan Wilson <evan@oliodevices.com>2015-07-01 21:20:34 -0700
commit69a77a4d2e92d81f45249f09126bd5d2c36a0b5d (patch)
treec00d879ddb9e766c027df288aa12d754a112956c
parent3085bf41e70485a475d16ce285621f50119f6577 (diff)
downloadolio-linux-3.10-69a77a4d2e92d81f45249f09126bd5d2c36a0b5d.tar.xz
olio-linux-3.10-69a77a4d2e92d81f45249f09126bd5d2c36a0b5d.zip
Fixing the device name for lsm in the board file
Change-Id: I7f6debd1fdf652a0edef0a35a14e052ad4e99c49
-rw-r--r--arch/arm/mach-omap2/board-omap3h1.c4
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 052d71c9cfe..8af16ed1dda 100644
--- a/arch/arm/mach-omap2/board-omap3h1.c
+++ b/arch/arm/mach-omap2/board-omap3h1.c
@@ -760,10 +760,10 @@ static struct i2c_board_info __initdata omap3h1_i2c1_board_info[] = {
static struct i2c_board_info __initdata omap3h1_i2c2_board_info[] = {
#endif
{
- I2C_BOARD_INFO("st-lsm6ds3-i2c", 0x6a),
+ I2C_BOARD_INFO("lsm6ds3", 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,
+ //.platform_data = &mpu_data,
},
{
/* Backlight */