Skip to content

Commit 2f3dc25

Browse files
akemnadeLee Jones
authored andcommitted
mfd: rn5t618: Mark ADC control register volatile
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]>
1 parent aac5d8f commit 2f3dc25

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
@@ -26,6 +26,7 @@ static bool rn5t618_volatile_reg(struct device *dev, unsigned int reg)
2626
case RN5T618_WATCHDOGCNT:
2727
case RN5T618_DCIRQ:
2828
case RN5T618_ILIMDATAH ... RN5T618_AIN0DATAL:
29+
case RN5T618_ADCCNT3:
2930
case RN5T618_IR_ADC1 ... RN5T618_IR_ADC3:
3031
case RN5T618_IR_GPR:
3132
case RN5T618_IR_GPF:

0 commit comments

Comments
 (0)