aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/wm5102-tables.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2014-01-31 11:16:17 -0500
committerLee Jones <lee.jones@linaro.org>2014-03-18 06:58:09 -0400
commitdf8eddb31f23ff54377a34d4c3034cf19b62262a (patch)
treef538552ed9305a84d65cd235d497f34ca38c8c9a /drivers/mfd/wm5102-tables.c
parent0414855fdc4a40da05221fc6062cccbc0c30f169 (diff)
mfd: wm5102: Update register patch
Update the register patch based on latest evaluation of the device. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/wm5102-tables.c')
-rw-r--r--drivers/mfd/wm5102-tables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/wm5102-tables.c b/drivers/mfd/wm5102-tables.c
index 1e9a4b2102f9..f9b1e9666013 100644
--- a/drivers/mfd/wm5102-tables.c
+++ b/drivers/mfd/wm5102-tables.c
@@ -73,6 +73,7 @@ static const struct reg_default wm5102_revb_patch[] = {
73 { 0x171, 0x0000 }, 73 { 0x171, 0x0000 },
74 { 0x35E, 0x000C }, 74 { 0x35E, 0x000C },
75 { 0x2D4, 0x0000 }, 75 { 0x2D4, 0x0000 },
76 { 0x4DC, 0x0900 },
76 { 0x80, 0x0000 }, 77 { 0x80, 0x0000 },
77}; 78};
78 79