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:
443e67e
)
mfd: Add WM1811A device ID to wm8994 driver
author
Mark Brown
<
[email protected]
>
Wed, 30 Nov 2011 20:16:42 +0000
(20:16 +0000)
committer
Mark Brown
<
[email protected]
>
Mon, 12 Dec 2011 16:11:29 +0000
(
00:11
+0800)
The WM1811A is a variant of the WM1811 with pin configuration changes.
Signed-off-by: Mark Brown <
[email protected]
>
Acked-by: Samuel Ortiz <
[email protected]
>
drivers/mfd/wm8994-core.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/wm8994-core.c
b/drivers/mfd/wm8994-core.c
index 12bd0eed0b2e4b1d0a1a4b119d24e868fed8e75c..8b4f22a88e22c33fb6ac62786733f0060f60fe4b 100644
(file)
--- a/
drivers/mfd/wm8994-core.c
+++ b/
drivers/mfd/wm8994-core.c
@@
-617,6
+617,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 },
{ }