summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/board-omap3h1.c
diff options
context:
space:
mode:
authormattis fjallstrom <mattis@acm.org>2015-04-28 12:00:44 -0700
committermattis fjallstrom <mattis@acm.org>2015-04-28 12:11:36 -0700
commita8b4c3e436848b4d85b7189785912e6e63ec3451 (patch)
treec36eae05f72877ea221e2ab03e44bea117b481be /arch/arm/mach-omap2/board-omap3h1.c
parentdc2be70fdf8fdfaaba8303755615d6d04a330520 (diff)
downloadolio-linux-3.10-a8b4c3e436848b4d85b7189785912e6e63ec3451.tar.xz
olio-linux-3.10-a8b4c3e436848b4d85b7189785912e6e63ec3451.zip
Adding driver for Cappellas cm3391 ALS, and setting up boardfile and configuration to make use of it.
Change-Id: I29b001f88bffe9a74c712bcb4bb12d2e56e1f7d6
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3h1.c')
-rw-r--r--arch/arm/mach-omap2/board-omap3h1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3h1.c b/arch/arm/mach-omap2/board-omap3h1.c
index df2d785e59e..4e01a52f9b5 100644
--- a/arch/arm/mach-omap2/board-omap3h1.c
+++ b/arch/arm/mach-omap2/board-omap3h1.c
@@ -737,7 +737,7 @@ static struct i2c_board_info __initdata omap3h1_i2c2_board_info[] = {
.platform_data = &mxt_data,
},
{
- I2C_BOARD_INFO("cm32181", 0x10),
+ I2C_BOARD_INFO("cm3391", 0x10),
},
#ifdef CONFIG_MACH_OMAP3_H1_EVT1
};