mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
mfd: wm8994: Add support for WM1811 rev E
commit fee546ce8c
upstream.
This is supported identically to the previous revisions.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
28a63b67b3
commit
4bc4d7ec50
1 changed files with 1 additions and 0 deletions
|
@ -541,6 +541,7 @@ static __devinit int wm8994_device_init(struct wm8994 *wm8994, int irq)
|
||||||
case 1:
|
case 1:
|
||||||
case 2:
|
case 2:
|
||||||
case 3:
|
case 3:
|
||||||
|
case 4:
|
||||||
regmap_patch = wm1811_reva_patch;
|
regmap_patch = wm1811_reva_patch;
|
||||||
patch_regs = ARRAY_SIZE(wm1811_reva_patch);
|
patch_regs = ARRAY_SIZE(wm1811_reva_patch);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue