[ARM] pxa/imote2: add i2c board info for the wm8940 audio codec
authorJonathan Cameron <[email protected]>
Mon, 25 May 2009 16:50:14 +0000 (16:50 +0000)
committerEric Miao <[email protected]>
Fri, 5 Jun 2009 02:46:56 +0000 (10:46 +0800)
Signed-off-by: Jonathan Cameron <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
arch/arm/mach-pxa/imote2.c

index f022247f9ed76e07d26bb97f9b1d8751b559715b..be7be72dace10c1aa97b9329e97decf612f8b0ac 100644 (file)
@@ -459,6 +459,9 @@ static struct i2c_board_info __initdata imote2_i2c_board_info[] = {
                .type = "tmp175",
                .addr = 0x4A,
                .irq = IRQ_GPIO(96),
+       }, { /* IMB400 Multimedia board */
+               .type = "wm8940",
+               .addr = 0x1A,
        },
 };