mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
mfd: rk808: set rk816 interrupt status and mask register as volatile
Change-Id: I6b0b4d9bb5afcbe201973cf3406819465f26f648 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
@@ -133,6 +133,8 @@ static bool rk818_is_volatile_reg(struct device *dev, unsigned int reg)
|
||||
case RK808_INT_STS_REG2:
|
||||
case RK808_INT_STS_MSK_REG1:
|
||||
case RK808_INT_STS_MSK_REG2:
|
||||
case RK816_INT_STS_REG1:
|
||||
case RK816_INT_STS_MSK_REG1:
|
||||
case RK818_SUP_STS_REG ... RK818_SAVE_DATA19:
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user