Ver Fonte

soc: swr: Mask bus clash interrupt

Mask bus clash interrupts to avoid interrupt
storm issues.

Change-Id: Ie5634e65c759f0ebbd74cf104888dfbc49a289f6
Signed-off-by: Aditya Bavanari <[email protected]>
Aditya Bavanari há 5 anos atrás
pai
commit
5c21faa75d
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      soc/swr-mstr-ctrl.c

+ 5 - 0
soc/swr-mstr-ctrl.c

@@ -1858,6 +1858,11 @@ handle_irq:
 			dev_err_ratelimited(swrm->dev,
 					"%s: SWR bus clsh detected\n",
 					__func__);
+			swrm->intr_mask &=
+				~SWRM_INTERRUPT_STATUS_MASTER_CLASH_DET;
+			swr_master_write(swrm,
+				SWRM_CPU1_INTERRUPT_EN,
+				swrm->intr_mask);
 			break;
 		case SWRM_INTERRUPT_STATUS_RD_FIFO_OVERFLOW:
 			dev_dbg(swrm->dev, "%s: SWR read FIFO overflow\n",