Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 979ae8e7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents ffb0f4bf 13e051c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);