diff options
author | Jonathan Cameron <jic23@cam.ac.uk> | 2009-05-25 16:50:14 +0000 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-06-05 10:46:56 +0800 |
commit | 0a0ca89d59b203b772a08d04d4e2052ffaeac221 (patch) | |
tree | 3b5a93c6f976663ea8f650e7ef3eb183ed0fe7a7 /arch/arm/mach-pxa/imote2.c | |
parent | a2520846589ee9821f9f50744cece84f2853518a (diff) | |
download | op-kernel-dev-0a0ca89d59b203b772a08d04d4e2052ffaeac221.zip op-kernel-dev-0a0ca89d59b203b772a08d04d4e2052ffaeac221.tar.gz |
[ARM] pxa/imote2: add i2c board info for the wm8940 audio codec
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/imote2.c')
-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 f022247..be7be72 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, }, }; |