diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-30 15:43:36 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-01-08 18:37:37 -0500 |
commit | 73fe6b2bc9dac9906bbe59475a681194db780370 (patch) | |
tree | 4d486e4388d75af6d5dd1f5dec641f23c91c8320 /drivers/mfd | |
parent | e959da1020062b840d3b9fcf16287e3034845bca (diff) |
mfd: Add WM1811A device ID to wm8994 driver
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/wm8994-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/wm8994-core.c b/drivers/mfd/wm8994-core.c index e6663248141f..214fef208896 100644 --- 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) | |||
627 | 627 | ||
628 | static const struct i2c_device_id wm8994_i2c_id[] = { | 628 | static const struct i2c_device_id wm8994_i2c_id[] = { |
629 | { "wm1811", WM1811 }, | 629 | { "wm1811", WM1811 }, |
630 | { "wm1811a", WM1811 }, | ||
630 | { "wm8994", WM8994 }, | 631 | { "wm8994", WM8994 }, |
631 | { "wm8958", WM8958 }, | 632 | { "wm8958", WM8958 }, |
632 | { } | 633 | { } |