aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/wm5110-tables.c
diff options
context:
space:
mode:
authorRichard Fitzgerald <rf@opensource.wolfsonmicro.com>2016-04-26 17:06:19 +0100
committerLee Jones <lee.jones@linaro.org>2016-05-09 15:41:35 +0100
commit409b6246cd1c564ea377d5cbe8c6fd184e96119e (patch)
treeddef3abb9f523e3204a60a8649c59a135b28d696 /drivers/mfd/wm5110-tables.c
parentmfd: axp20x: Add a cell for the ac power_supply part of the axp20x PMICs (diff)
downloadlinux-dev-409b6246cd1c564ea377d5cbe8c6fd184e96119e.tar.xz
linux-dev-409b6246cd1c564ea377d5cbe8c6fd184e96119e.zip
mfd: wm5110: ARIZONA_CLOCK_CONTROL should be volatile
Some of the bits in this register can be changed by the codec so we must mark it volatile. Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/wm5110-tables.c')
-rw-r--r--drivers/mfd/wm5110-tables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/wm5110-tables.c b/drivers/mfd/wm5110-tables.c
index 8e74e71507e7..1ee68bd440fb 100644
--- a/drivers/mfd/wm5110-tables.c
+++ b/drivers/mfd/wm5110-tables.c
@@ -3066,6 +3066,7 @@ static bool wm5110_volatile_register(struct device *dev, unsigned int reg)
case ARIZONA_AOD_IRQ_RAW_STATUS:
case ARIZONA_FX_CTRL2:
case ARIZONA_ASRC_STATUS:
+ case ARIZONA_CLOCK_CONTROL:
case ARIZONA_DSP_STATUS:
case ARIZONA_DSP1_STATUS_1:
case ARIZONA_DSP1_STATUS_2: