From: Marek Vasut Date: Mon, 31 May 2010 14:51:52 +0000 (+0200) Subject: [ARM] pxa/z2: Register WM8750 X-Git-Tag: v2.6.36-rc1~102^2^2^2~2^2~42 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8499ded85927ca84a246a6502018087e19b7df2c;p=~emulex%2Finfiniband.git [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: Marek Vasut Signed-off-by: Eric Miao --- diff --git a/arch/arm/mach-pxa/z2.c b/arch/arm/mach-pxa/z2.c index 1452c71805c..967e8cb8d6f 100644 --- a/arch/arm/mach-pxa/z2.c +++ b/arch/arm/mach-pxa/z2.c @@ -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)