diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-gta01.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c index aeb66fb088f..27bf3591ae4 100644 --- a/arch/arm/mach-s3c2410/mach-gta01.c +++ b/arch/arm/mach-s3c2410/mach-gta01.c @@ -922,7 +922,7 @@ static struct i2c_board_info gta01_i2c_devs[] __initdata = { .platform_data = >a01_pcf_pdata, }, { - I2C_BOARD_INFO("lm4587", 0x7c), + I2C_BOARD_INFO("lm4857", 0x7c), }, { I2C_BOARD_INFO("wm8753", 0x1a), |