Эх сурвалжийг харах

ipa: set ipa_clk_vote while turning OFF ipa clocks

set ipa_clk_vote while disabling clocks

Change-Id: I5e8803f1dbecab3a18a774d730c43e23ae2613e2
Signed-off-by: Abhishek Raghuvanshi <[email protected]>
Abhishek Raghuvanshi 1 жил өмнө
parent
commit
0929858503

+ 1 - 0
drivers/platform/msm/ipa/ipa_v3/ipa.c

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