Commit 2f3dc25c authored by Andreas Kemnade's avatar Andreas Kemnade Committed by Lee Jones

mfd: rn5t618: Mark ADC control register volatile

There is a bit which gets cleared after conversion.

Fixes: 9bb9e29c ("mfd: Add Ricoh RN5T618 PMIC core driver")
Signed-off-by: default avatarAndreas Kemnade <andreas@kemnade.info>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent aac5d8fe
......@@ -26,6 +26,7 @@ static bool rn5t618_volatile_reg(struct device *dev, unsigned int reg)
case RN5T618_WATCHDOGCNT:
case RN5T618_DCIRQ:
case RN5T618_ILIMDATAH ... RN5T618_AIN0DATAL:
case RN5T618_ADCCNT3:
case RN5T618_IR_ADC1 ... RN5T618_IR_ADC3:
case RN5T618_IR_GPR:
case RN5T618_IR_GPF:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment