Skip to content

Commit

Permalink
[ARM] pxa/imote2: fix UCAM sensor board ADC model number
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
  • Loading branch information
Jonathan Cameron authored and Eric Miao committed Jun 4, 2009
1 parent 9fa7eb2 commit d81e77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-pxa/imote2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d81e77f

Please sign in to comment.