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

Commit f9b990c5 authored by Shadab Naseem's avatar Shadab Naseem
Browse files

drivers: pil-msa: Increase timeout for modem ramdump encryption



Increase timeout to 13 seconds for modem ramdump encryption.
At the lowest frequency, the 10sec timeout was not sufficient for
encryption to get completed.

Change-Id: I6103b048c89ca520a6f75bdb5c1834433b6f530c
Signed-off-by: default avatarShadab Naseem <snaseem@codeaurora.org>
parent 202aa1fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -836,7 +836,7 @@ int pil_mss_debug_reset(struct pil_desc *pil)
	 * complete before returning
	 */
	pr_info("Minidump: waiting encryption to complete\n");
	msleep(10000);
	msleep(13000);
	if (pil->minidump_ss) {
		writel_relaxed(0x2, drv->reg_base + QDSP6SS_NMI_CFG);
		/* Let write complete before proceeding */