From: Ben Whitten <[email protected]> The CHRS register is used in transactions to the MCU within the SX130x, we need to always write to it.
Signed-off-by: Ben Whitten <[email protected]> --- drivers/net/lora/sx130x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/lora/sx130x.c b/drivers/net/lora/sx130x.c index 70cfb4532b51..529ca6622878 100644 --- a/drivers/net/lora/sx130x.c +++ b/drivers/net/lora/sx130x.c @@ -134,6 +134,7 @@ static bool sx130x_volatile_reg(struct device *dev, unsigned int reg) case SX1301_MPD: case SX1301_AGCSTS: + case SX1301_CHRS: case SX1301_MCU_CTRL: case SX1301_RADIO_A_SPI_DATA_RB: -- 2.17.1

