Skip to content

Commit

Permalink
[ARM] pxa/imote2: add i2c board info for the wm8940 audio codec
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 5, 2009
1 parent a252084 commit 0a0ca89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-pxa/imote2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};

Expand Down

0 comments on commit 0a0ca89

Please sign in to comment.