summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
authorJonathan Cameron2009-05-25 18:50:10 +0200
committerEric Miao2009-06-04 05:06:25 +0200
commitd81e77f041881d8d91c767b8c84f9068290b10c6 (patch)
tree5edab3e84eef14b8fe831f9f5ad78eacd5353c18 /arch/arm/mach-pxa
parentLinux 2.6.30-rc8 (diff)
downloadkernel-qcow2-linux-d81e77f041881d8d91c767b8c84f9068290b10c6.tar.gz
kernel-qcow2-linux-d81e77f041881d8d91c767b8c84f9068290b10c6.tar.xz
kernel-qcow2-linux-d81e77f041881d8d91c767b8c84f9068290b10c6.zip
[ARM] pxa/imote2: fix UCAM sensor board ADC model number
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r--arch/arm/mach-pxa/imote2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/imote2.c b/arch/arm/mach-pxa/imote2.c
index 2121309b2474..2b27336c29f1 100644
--- a/arch/arm/mach-pxa/imote2.c
+++ b/arch/arm/mach-pxa/imote2.c
@@ -412,7 +412,7 @@ static struct platform_device imote2_flash_device = {
*/
static struct i2c_board_info __initdata imote2_i2c_board_info[] = {
{ /* UCAM sensor board */
- .type = "max1238",
+ .type = "max1239",
.addr = 0x35,
}, { /* ITS400 Sensor board only */
.type = "max1363",