soc: swr-mstr: Mask swrm debug interrupts

Mask swrm debug interrupts as workaround for interrupt
storm issue.

Change-Id: Ic623a3a161d7d04812c4dd4b2e07a3331f5ed7ec
Signed-off-by: Ramprasad Katkam <katkam@codeaurora.org>
This commit is contained in:
Ramprasad Katkam 2018-10-08 16:38:06 +05:30
parent 5ce5240a04
commit 13e051c9ab

View File

@ -1522,7 +1522,7 @@ static int swrm_master_init(struct swr_mstr_ctrl *swrm)
value[len++] = 0x1FFFD;
reg[len] = SWR_MSTR_RX_SWRM_CPU_INTERRUPT_EN;
value[len++] = 0x1FFFD;
value[len++] = 0x1FDFD;
swr_master_bulk_write(swrm, reg, value, len);