mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 10:14:23 +08:00
mfd: wm5102: Mark DSP memory regions as volatile
We can cache some of them but this is simpler for now. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
27dff048cc
commit
13ea581323
@ -2330,6 +2330,9 @@ static bool wm5102_readable_register(struct device *dev, unsigned int reg)
|
||||
|
||||
static bool wm5102_volatile_register(struct device *dev, unsigned int reg)
|
||||
{
|
||||
if (reg > 0xffff)
|
||||
return true;
|
||||
|
||||
switch (reg) {
|
||||
case ARIZONA_SOFTWARE_RESET:
|
||||
case ARIZONA_DEVICE_REVISION:
|
||||
|
Loading…
Reference in New Issue
Block a user