Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mark Brown and committed by
Samuel Ortiz
73fe6b2b e959da10

+1
+1
drivers/mfd/wm8994-core.c
··· 627 627 628 628 static const struct i2c_device_id wm8994_i2c_id[] = { 629 629 { "wm1811", WM1811 }, 630 + { "wm1811a", WM1811 }, 630 631 { "wm8994", WM8994 }, 631 632 { "wm8958", WM8958 }, 632 633 { }