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

Commit f369cd03 authored by Michael Adisumarta's avatar Michael Adisumarta
Browse files

msm: ipa4: enable IPA power collapse after uC is loaded



Devote IPA clocks after IPA uC is loaded.

Change-Id: I27d33ad5dd948b104c9e8aa033cb507d8312aba3
CRs-fixed: 2175017
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
parent 23e7657f
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -2711,7 +2711,12 @@ static int ipa3_ssr_notifier_cb(struct notifier_block *this,
		if (atomic_read(&rmnet_ipa3_ctx->is_ssr))
			/* clean up cached QMI msg/handlers */
			ipa3_qmi_service_exit();
		/*hold a proxy vote for the modem*/
		/*
		 * hold a proxy vote for the modem.
		 * for IPA 4.0 offline charge is not needed and proxy vote
		 * is already held.
		 */
		if (ipa3_ctx->ipa_hw_type != IPA_HW_v4_0)
			ipa3_proxy_clk_vote();
		ipa3_reset_freeze_vote();
		IPAWANINFO("IPA BEFORE_POWERUP handling is complete\n");