aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2015-04-03 13:25:59 -0400
committerLee Jones <lee.jones@linaro.org>2015-04-09 05:26:48 -0400
commitdcbbcba92601dc05e5c9a844cb35a9112cb7d7ad (patch)
tree82e9e047b2d94c1fcd8455d70e2eabc9c66450a9 /drivers/mfd
parentbb733707913389d77223fa3b2849b41ab540f69b (diff)
mfd: wm5102: Remove registers for output 3R from readable list
The earpiece on 5102 is mono, thus there is no output 3R. Remove the registers associated with the unused right channel from the readable registers list. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/wm5102-tables.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mfd/wm5102-tables.c b/drivers/mfd/wm5102-tables.c
index b326a82017ee..aeae6ec123b3 100644
--- a/drivers/mfd/wm5102-tables.c
+++ b/drivers/mfd/wm5102-tables.c
@@ -1172,9 +1172,6 @@ static bool wm5102_readable_register(struct device *dev, unsigned int reg)
1172 case ARIZONA_DAC_DIGITAL_VOLUME_3L: 1172 case ARIZONA_DAC_DIGITAL_VOLUME_3L:
1173 case ARIZONA_DAC_VOLUME_LIMIT_3L: 1173 case ARIZONA_DAC_VOLUME_LIMIT_3L:
1174 case ARIZONA_NOISE_GATE_SELECT_3L: 1174 case ARIZONA_NOISE_GATE_SELECT_3L:
1175 case ARIZONA_OUTPUT_PATH_CONFIG_3R:
1176 case ARIZONA_DAC_DIGITAL_VOLUME_3R:
1177 case ARIZONA_DAC_VOLUME_LIMIT_3R:
1178 case ARIZONA_OUTPUT_PATH_CONFIG_4L: 1175 case ARIZONA_OUTPUT_PATH_CONFIG_4L:
1179 case ARIZONA_DAC_DIGITAL_VOLUME_4L: 1176 case ARIZONA_DAC_DIGITAL_VOLUME_4L:
1180 case ARIZONA_OUT_VOLUME_4L: 1177 case ARIZONA_OUT_VOLUME_4L: