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

Commit 44955ab5 authored by Charles Keepax's avatar Charles Keepax Committed by Lee Jones
Browse files

mfd: wm5110: Set FX_CTRL2 to volatile



FX_CTRL2 is a volatile register and should be marked as such, this patch
does so.

Signed-off-by: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent f5abfaa4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2349,6 +2349,7 @@ static bool wm5110_volatile_register(struct device *dev, unsigned int reg)
	case ARIZONA_IRQ_PIN_STATUS:
	case ARIZONA_AOD_IRQ1:
	case ARIZONA_AOD_IRQ2:
	case ARIZONA_FX_CTRL2:
	case ARIZONA_ASRC_STATUS:
	case ARIZONA_DSP_STATUS:
	case ARIZONA_DSP1_CONTROL_1: