Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 409b6246 authored by Richard Fitzgerald's avatar Richard Fitzgerald Committed by Lee Jones
Browse files

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: default avatarRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent cd7cf27b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: