diff options
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/imote2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/imote2.c b/arch/arm/mach-pxa/imote2.c index f022247f9ed7..be7be72dace1 100644 --- a/arch/arm/mach-pxa/imote2.c +++ b/arch/arm/mach-pxa/imote2.c | |||
@@ -459,6 +459,9 @@ static struct i2c_board_info __initdata imote2_i2c_board_info[] = { | |||
459 | .type = "tmp175", | 459 | .type = "tmp175", |
460 | .addr = 0x4A, | 460 | .addr = 0x4A, |
461 | .irq = IRQ_GPIO(96), | 461 | .irq = IRQ_GPIO(96), |
462 | }, { /* IMB400 Multimedia board */ | ||
463 | .type = "wm8940", | ||
464 | .addr = 0x1A, | ||
462 | }, | 465 | }, |
463 | }; | 466 | }; |
464 | 467 | ||