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

Commit 7292ab10 authored by Yue Ma's avatar Yue Ma
Browse files

wcnss: Send FIQ to firmware after smp2p error ready happens



In order to get firmware dump, send FIQ when it times out on smp2p
error ready during cold boot.

Change-Id: I5edfed83dc12b00865066f2c8028d34b9857e116
CRs-Fixed: 608693
Signed-off-by: default avatarYue Ma <yuem@codeaurora.org>
parent 707fd824
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2517,6 +2517,7 @@ wcnss_trigger_config(struct platform_device *pdev)
	} while (pil_retry++ < WCNSS_MAX_PIL_RETRY && IS_ERR(penv->pil));

	if (pil_retry >= WCNSS_MAX_PIL_RETRY) {
		wcnss_reset_intr();
		penv->pil = NULL;
		goto fail_ioremap2;
	}