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

Commit 2a2af8b4 authored by Michael Adisumarta's avatar Michael Adisumarta Committed by Gerrit - the friendly Code Review server
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 a2f5fc55
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4557,6 +4557,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");