From: Jonathan Cameron Date: Mon, 25 May 2009 16:50:14 +0000 (+0000) Subject: [ARM] pxa/imote2: add i2c board info for the wm8940 audio codec X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0a0ca89d59b203b772a08d04d4e2052ffaeac221;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git [ARM] pxa/imote2: add i2c board info for the wm8940 audio codec Signed-off-by: Jonathan Cameron Signed-off-by: Eric Miao --- 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[] = { .type = "tmp175", .addr = 0x4A, .irq = IRQ_GPIO(96), + }, { /* IMB400 Multimedia board */ + .type = "wm8940", + .addr = 0x1A, }, };