Merge "ipa: set ipa_clk_vote while turning OFF ipa clocks"

This commit is contained in:
qctecmdr
2023-12-04 11:27:13 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -6789,6 +6789,7 @@ void ipa3_disable_clks(void)
IPAERR("unexpected gsi irq type: %d\n", type);
/* increase ipa3_active_clients for smp2p response */
atomic_inc(&ipa3_ctx->ipa3_active_clients.cnt);
atomic_set(&ipa3_ctx->ipa_clk_vote, 1);
ipa_assert();
}
}