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

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

Merge "soc: qcom: pil: Poll on MSS_STATUS[Q6_AXI_TO_BMIC_ACCESS]"

parents 7e95b6dc db1bc535
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -411,7 +411,7 @@ static int __pil_q6v65_reset(struct pil_desc *pil)

	/* Wait for boot FSM to complete */
	ret = readl_poll_timeout(drv->rmb_base + MSS_STATUS, val,
			(val & BIT(1)) != 0, 10, BOOT_FSM_TIMEOUT);
			(val & BIT(0)) != 0, 10, BOOT_FSM_TIMEOUT);

	if (ret) {
		dev_err(drv->desc.dev, "Boot FSM failed to complete.\n");