From 0e14f3aabd0b6fc26f6fe93f79405b71fb8a4da7 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Mon, 2 Mar 2009 11:22:03 +0000 Subject: OpenMoko: Update for normal WM8753 device registration. The WM8753 driver now uses the standard I2C device registration model and so requires the platform to register the device. Convert the OpenMoko GTA0x series devices to do so. Signed-off-by: Mark Brown --- arch/arm/mach-s3c6410/mach-om-gta03.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'arch/arm/mach-s3c6410') diff --git a/arch/arm/mach-s3c6410/mach-om-gta03.c b/arch/arm/mach-s3c6410/mach-om-gta03.c index 4f4178a792f..bdf3622cb13 100644 --- a/arch/arm/mach-s3c6410/mach-om-gta03.c +++ b/arch/arm/mach-s3c6410/mach-om-gta03.c @@ -878,7 +878,9 @@ static struct i2c_board_info om_gta03_i2c_devs[] __initdata = { .irq = GTA03_IRQ_LED, .platform_data = &om_gta03_lp5521_pdata, }, - + { + I2C_BOARD_INFO("wm8753", 0x1a), + }, }; struct platform_device s3c24xx_pwm_device = { -- cgit v1.2.3