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

mfd: wm8994: Add support for WM1811 rev E

This is supported identically to the previous revisions.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

authored by

Mark Brown and committed by
Samuel Ortiz
fee546ce cc899bc3

+1
+1
drivers/mfd/wm8994-core.c
··· 557 557 case 1: 558 558 case 2: 559 559 case 3: 560 + case 4: 560 561 regmap_patch = wm1811_reva_patch; 561 562 patch_regs = ARRAY_SIZE(wm1811_reva_patch); 562 563 break;