Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294169
b: refs/heads/master
c: a0cc020
h: refs/heads/master
i:
  294167: af7017e
v: v3
  • Loading branch information
Mark Brown committed Feb 29, 2012
1 parent 44f5d34 commit 1f6b40e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b40e9d97d196f98ef356003d400d5675174b4fc
refs/heads/master: a0cc0209abb9fe2b9ab71aa41be70eddd0cbdd61
3 changes: 3 additions & 0 deletions trunk/drivers/mfd/wm8994-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ static const __devinitdata struct reg_default wm8958_reva_patch[] = {

static const __devinitdata struct reg_default wm1811_reva_patch[] = {
{ 0x102, 0x3 },
{ 0x56, 0x7 },
{ 0x5d, 0x7e },
{ 0x5e, 0x0 },
{ 0x102, 0x0 },
Expand Down Expand Up @@ -524,6 +525,8 @@ static __devinit int wm8994_device_init(struct wm8994 *wm8994, int irq)
switch (wm8994->revision) {
case 0:
case 1:
case 2:
case 3:
regmap_patch = wm1811_reva_patch;
patch_regs = ARRAY_SIZE(wm1811_reva_patch);
break;
Expand Down

0 comments on commit 1f6b40e

Please sign in to comment.