Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73fe6b2b authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz
Browse files

mfd: Add WM1811A device ID to wm8994 driver



The WM1811A is a variant of the WM1811 with pin configuration changes.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent e959da10
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -627,6 +627,7 @@ static int wm8994_i2c_remove(struct i2c_client *i2c)


static const struct i2c_device_id wm8994_i2c_id[] = {
static const struct i2c_device_id wm8994_i2c_id[] = {
	{ "wm1811", WM1811 },
	{ "wm1811", WM1811 },
	{ "wm1811a", WM1811 },
	{ "wm8994", WM8994 },
	{ "wm8994", WM8994 },
	{ "wm8958", WM8958 },
	{ "wm8958", WM8958 },
	{ }
	{ }