提交 8499ded8 编写于 作者: M Marek Vasut 提交者: Eric Miao

[ARM] pxa/z2: Register WM8750

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: NMarek Vasut <marek.vasut@gmail.com>
Signed-off-by: NEric Miao <eric.y.miao@gmail.com>
上级 d198290d
...@@ -473,7 +473,10 @@ static struct i2c_board_info __initdata z2_i2c_board_info[] = { ...@@ -473,7 +473,10 @@ static struct i2c_board_info __initdata z2_i2c_board_info[] = {
{ {
I2C_BOARD_INFO("aer915", 0x55), I2C_BOARD_INFO("aer915", 0x55),
.platform_data = &batt_chip_info, .platform_data = &batt_chip_info,
} }, {
I2C_BOARD_INFO("wm8750", 0x1b),
},
}; };
static void __init z2_i2c_init(void) static void __init z2_i2c_init(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册