projects
/
openwrt
/
staging
/
blogic.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 d020a2ac5b59eab65abd6fde9a21c17a6968e936..ab19285389a7e78a7f145bbc8b021cf4006e74ee 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), },
};