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:
e959da1
)
mfd: Add WM1811A device ID to wm8994 driver
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 30 Nov 2011 20:43:36 +0000
(20:43 +0000)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Sun, 8 Jan 2012 23:37:37 +0000
(
00:37
+0100)
The WM1811A is a variant of the WM1811 with pin configuration changes.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/wm8994-core.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/wm8994-core.c
b/drivers/mfd/wm8994-core.c
index e6663248141f07bc9eacb9774c51dd8f343aff6c..214fef2088967c43f1f6f40d2a077fa1a7864474 100644
(file)
--- a/
drivers/mfd/wm8994-core.c
+++ b/
drivers/mfd/wm8994-core.c
@@
-627,6
+627,7
@@
static int wm8994_i2c_remove(struct i2c_client *i2c)
static const struct i2c_device_id wm8994_i2c_id[] = {
{ "wm1811", WM1811 },
+ { "wm1811a", WM1811 },
{ "wm8994", WM8994 },
{ "wm8958", WM8958 },
{ }