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

Commit a8232d6e authored by Anand N Sunkad's avatar Anand N Sunkad Committed by Gerrit - the friendly Code Review server
Browse files

wcnss:Avoid sending FIQ to pronto subsystem



Avoid sending FIQ to pronto subsystem during
power up sequence.

CRs-Fixed: 888411
Change-Id: Ia9c14d32bfcba93bb704d07f284cb3c618de8fbf
Signed-off-by: default avatarAnand N Sunkad <asunka@codeaurora.org>
parent 65bdd3d2
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -1123,9 +1123,14 @@ void wcnss_reset_fiq(bool clk_chk_en)
			if (wcnss_get_mux_control())
				wcnss_log_iris_regs();
		}
		if (!wcnss_device_is_shutdown()) {
			/* Insert memory barrier before writing fiq register */
			wmb();
			__raw_writel(1 << 16, penv->fiq_reg);
		} else {
			pr_info("%s: Block FIQ during power up sequence\n",
				__func__);
		}
	} else {
		wcnss_riva_log_debug_regs();
	}