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

Commit 168f0108 authored by Ghanim Fodi's avatar Ghanim Fodi
Browse files

msm: ipa: Fix IPA version check for uC MB17 read



uC mailbox #17 read needed only for IPA 4.1

Change-Id: I8aadc548cd5d5bea9e74f0f9471d6859e97a1b97
Signed-off-by: default avatarGhanim Fodi <gfodi@codeaurora.org>
parent dc7aa950
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3895,7 +3895,7 @@ void ipa3_inc_client_enable_clks(struct ipa_active_client_logging_info *id)
		atomic_read(&ipa3_ctx->ipa3_active_clients.cnt));
	ipa3_suspend_apps_pipes(false);
	if (!ipa3_uc_state_check() &&
		(ipa3_ctx->ipa_hw_type >= IPA_HW_v4_1)) {
		(ipa3_ctx->ipa_hw_type == IPA_HW_v4_1)) {
		ipa3_read_mailbox_17(IPA_PC_RESTORE_CONTEXT_STATUS_SUCCESS);
		/* assert if intset = 0 */
		if (ipa3_ctx->gsi_chk_intset_value == 0) {