mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 13:11:14 +07:00
at86rf230: fix volatile regmap registers
These registers are also changed by transceiver and should be volatile for right accessing via regmap debugfs. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
dce481e63d
commit
51b3b2cfc6
@ -421,6 +421,8 @@ at86rf230_reg_volatile(struct device *dev, unsigned int reg)
|
||||
case RG_PHY_ED_LEVEL:
|
||||
case RG_IRQ_STATUS:
|
||||
case RG_VREG_CTRL:
|
||||
case RG_PLL_CF:
|
||||
case RG_PLL_DCU:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user