aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-11-23 12:05:33 +0900
committerSamuel Ortiz <sameo@linux.intel.com>2012-11-23 12:22:06 +0100
commitfee546ce8cfd9dea1f53175f627e17ef5ff05df4 (patch)
treefa118acee69db865050872f53b265f0c786c4462 /drivers/mfd
parentDocumentation: Fix historical inconsistency in STMPE DT doc (diff)
downloadlinux-dev-fee546ce8cfd9dea1f53175f627e17ef5ff05df4.tar.xz
linux-dev-fee546ce8cfd9dea1f53175f627e17ef5ff05df4.zip
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/wm8994-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/wm8994-core.c b/drivers/mfd/wm8994-core.c
index 8fefc961ec06..f1ac2888d488 100644
--- a/drivers/mfd/wm8994-core.c
+++ b/drivers/mfd/wm8994-core.c
@@ -557,6 +557,7 @@ static __devinit int wm8994_device_init(struct wm8994 *wm8994, int irq)
case 1:
case 2:
case 3:
+ case 4:
regmap_patch = wm1811_reva_patch;
patch_regs = ARRAY_SIZE(wm1811_reva_patch);
break;