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-s3c2410/mach-gta01.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'arch/arm/mach-s3c2410') diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c index f1ceeec0508..aeb66fb088f 100644 --- a/arch/arm/mach-s3c2410/mach-gta01.c +++ b/arch/arm/mach-s3c2410/mach-gta01.c @@ -923,7 +923,10 @@ static struct i2c_board_info gta01_i2c_devs[] __initdata = { }, { I2C_BOARD_INFO("lm4587", 0x7c), - } + }, + { + I2C_BOARD_INFO("wm8753", 0x1a), + }, }; static void __init gta01_machine_init(void) -- cgit v1.2.3