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

Commit 10d0c5de authored by Michael Adisumarta's avatar Michael Adisumarta
Browse files

msm: ipa: fix to unlock the DDR region after FW loading



Changes to unlock the DDR region at the end of FW pil
loading.

Change-Id: I6f64f3d19efc1a52b7013fc15db67e70b9ac559c
Acked-by: default avatarJyothi Jayanthi <jyothij@qti.qualcomm.com>
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
parent f5d98565
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4391,6 +4391,8 @@ static int ipa3_pil_load_ipa_fws(void)
	if (IS_ERR_OR_NULL(subsystem_get_retval)) {
		IPAERR("Unable to trigger PIL process for FW loading\n");
		return -EINVAL;
	} else {
		subsystem_put(subsystem_get_retval);
	}

	IPADBG("PIL FW loading process is complete\n");