diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2014-03-20 20:49:24 +0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-31 16:32:46 +0400 |
commit | a0eae337cf27432f7a116e8eba67e69e22f2fd07 (patch) | |
tree | 93ce59c1c9a262fb1a9fe87b1e5d0197026da537 /drivers/mfd/wm5102-tables.c | |
parent | 5de5b2d5b83124855137a5127d772dc712f26290 (diff) | |
download | linux-a0eae337cf27432f7a116e8eba67e69e22f2fd07.tar.xz |
mfd: arizona: Mark DSP clocking register as volatile
The DSPs will often control there own clock speeds whilst running as
such we should mark the registers controlling this as volatile.
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/wm5102-tables.c b/drivers/mfd/wm5102-tables.c index 187ee86cbbe6..a856ac720827 100644 --- a/drivers/mfd/wm5102-tables.c +++ b/drivers/mfd/wm5102-tables.c @@ -1925,6 +1925,7 @@ static bool wm5102_volatile_register(struct device *dev, unsigned int reg) case ARIZONA_AOD_IRQ1: case ARIZONA_AOD_IRQ2: case ARIZONA_AOD_IRQ_RAW_STATUS: + case ARIZONA_DSP1_CLOCKING_1: case ARIZONA_DSP1_STATUS_1: case ARIZONA_DSP1_STATUS_2: case ARIZONA_DSP1_STATUS_3: |