Skip to content

Commit e989b25

Browse files
akemnadegregkh
authored andcommitted
mfd: rn5t618: Mark ADC control register volatile
commit 2f3dc25 upstream. There is a bit which gets cleared after conversion. Fixes: 9bb9e29 ("mfd: Add Ricoh RN5T618 PMIC core driver") Signed-off-by: Andreas Kemnade <[email protected]> Signed-off-by: Lee Jones <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 4f7acf3 commit e989b25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mfd/rn5t618.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ static bool rn5t618_volatile_reg(struct device *dev, unsigned int reg)
3232
case RN5T618_WATCHDOGCNT:
3333
case RN5T618_DCIRQ:
3434
case RN5T618_ILIMDATAH ... RN5T618_AIN0DATAL:
35+
case RN5T618_ADCCNT3:
3536
case RN5T618_IR_ADC1 ... RN5T618_IR_ADC3:
3637
case RN5T618_IR_GPR:
3738
case RN5T618_IR_GPF:

0 commit comments

Comments
 (0)