aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2410
diff options
context:
space:
mode:
authorTim Niemeyer <reddog@redlap.wired.rednet.mastersword.de>2009-03-05 14:40:33 +0000
committerAndy Green <agreen@octopus.localdomain>2009-03-05 14:40:33 +0000
commitb0d2d69d91007322fb554b1911eca3e540d084ec (patch)
treedb20e4c0e774216236beb78511decb8b6ab03093 /arch/arm/mach-s3c2410
parent93d23034780b60925d44e6ee9d157ee9b63cef75 (diff)
From 52da4d313dd3263824023f6f3c16a32a0078710e Mon Sep 17 00:00:00 2001
Subject: [PATCH] Typo in I2C device registration Signed-off-by: Tim Niemeyer <reddog@redlap.wired.rednet.mastersword.de>
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r--arch/arm/mach-s3c2410/mach-gta01.c2
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 = &gta01_pcf_pdata,
},
{
- I2C_BOARD_INFO("lm4587", 0x7c),
+ I2C_BOARD_INFO("lm4857", 0x7c),
},
{
I2C_BOARD_INFO("wm8753", 0x1a),