Skip to content

Commit

Permalink
[ARM] pxa/z2: Register WM8750
Browse files Browse the repository at this point in the history
This patch registers the WM8750 codec on a proper place on the ZipitZ2
machine after the WM8750 driver was converted to new API.

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Marek Vasut authored and Eric Miao committed Jun 18, 2010
1 parent d198290 commit 8499ded
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/arm/mach-pxa/z2.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,10 @@ static struct i2c_board_info __initdata z2_i2c_board_info[] = {
{
I2C_BOARD_INFO("aer915", 0x55),
.platform_data = &batt_chip_info,
}
}, {
I2C_BOARD_INFO("wm8750", 0x1b),
},

};

static void __init z2_i2c_init(void)
Expand Down

0 comments on commit 8499ded

Please sign in to comment.