projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4faf686
)
[ARM] SMDK6400: Fix WM8753 i2c board definition
author
Ben Dooks
<ben-linux@fluff.org>
Thu, 23 Apr 2009 16:26:15 +0000
(17:26 +0100)
committer
Ben Dooks
<ben-linux@fluff.org>
Thu, 7 May 2009 10:04:58 +0000
(11:04 +0100)
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c6400/mach-smdk6400.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c6400/mach-smdk6400.c
b/arch/arm/mach-s3c6400/mach-smdk6400.c
index
d020a2a
..
ab19285
100644
(file)
--- a/
arch/arm/mach-s3c6400/mach-smdk6400.c
+++ b/
arch/arm/mach-s3c6400/mach-smdk6400.c
@@
-73,7
+73,7
@@
static struct platform_device *smdk6400_devices[] __initdata = {
};
static struct i2c_board_info i2c_devs[] __initdata = {
- { I2C_BOARD_INFO("
WM
8753", 0x1A), },
+ { I2C_BOARD_INFO("
wm
8753", 0x1A), },
{ I2C_BOARD_INFO("24c08", 0x50), },
};