Skip to content

Commit 409b624

Browse files
Richard FitzgeraldLee Jones
authored andcommitted
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 <[email protected]> Signed-off-by: Lee Jones <[email protected]>
1 parent cd7cf27 commit 409b624

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mfd/wm5110-tables.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3066,6 +3066,7 @@ static bool wm5110_volatile_register(struct device *dev, unsigned int reg)
30663066
case ARIZONA_AOD_IRQ_RAW_STATUS:
30673067
case ARIZONA_FX_CTRL2:
30683068
case ARIZONA_ASRC_STATUS:
3069+
case ARIZONA_CLOCK_CONTROL:
30693070
case ARIZONA_DSP_STATUS:
30703071
case ARIZONA_DSP1_STATUS_1:
30713072
case ARIZONA_DSP1_STATUS_2:

0 commit comments

Comments
 (0)