Skip to content

Commit

Permalink
mfd: Add WM1811A device ID to wm8994 driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Jan 8, 2012
1 parent e959da1 commit 73fe6b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mfd/wm8994-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
{ }
Expand Down

0 comments on commit 73fe6b2

Please sign in to comment.