Merge "soc: swr-mstr: Mask swrm debug interrupts"

This commit is contained in:
Linux Build Service Account
2018-10-20 04:04:10 -07:00
committato da Gerrit - the friendly Code Review server

Vedi File

@@ -1538,7 +1538,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);