aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/wm8994-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/wm8994-core.c')
-rw-r--r--drivers/mfd/wm8994-core.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/wm8994-core.c b/drivers/mfd/wm8994-core.c
index 4b36f021413f..4b8b78c39767 100644
--- a/drivers/mfd/wm8994-core.c
+++ b/drivers/mfd/wm8994-core.c
@@ -361,6 +361,7 @@ static const __devinitdata struct reg_default wm8958_reva_patch[] = {
361 361
362static const __devinitdata struct reg_default wm1811_reva_patch[] = { 362static const __devinitdata struct reg_default wm1811_reva_patch[] = {
363 { 0x102, 0x3 }, 363 { 0x102, 0x3 },
364 { 0x56, 0x7 },
364 { 0x5d, 0x7e }, 365 { 0x5d, 0x7e },
365 { 0x5e, 0x0 }, 366 { 0x5e, 0x0 },
366 { 0x102, 0x0 }, 367 { 0x102, 0x0 },
@@ -524,6 +525,8 @@ static __devinit int wm8994_device_init(struct wm8994 *wm8994, int irq)
524 switch (wm8994->revision) { 525 switch (wm8994->revision) {
525 case 0: 526 case 0:
526 case 1: 527 case 1:
528 case 2:
529 case 3:
527 regmap_patch = wm1811_reva_patch; 530 regmap_patch = wm1811_reva_patch;
528 patch_regs = ARRAY_SIZE(wm1811_reva_patch); 531 patch_regs = ARRAY_SIZE(wm1811_reva_patch);
529 break; 532 break;