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

Commit 703fa498 authored by Ravit Katzav's avatar Ravit Katzav
Browse files

msm: ipa: enable clock scaling by default



Enable IPA clock scaling feature by default.
IPA clock frequency is set according to RM performance setting.

Change-Id: Icf226ab9a58b34876469e0208eeb6859f1b21a0e
Acked-by: default avatarAdy Abraham <adya@qti.qualcomm.com>
Signed-off-by: default avatarRavit Katzav <rkatzav@codeaurora.org>
parent 7b3692a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2009,7 +2009,7 @@ static int ipa_init(const struct ipa_plat_drv_res *resource_p,
		goto fail_bind;
	}

	ipa_ctx->enable_clock_scaling = 0;
	ipa_ctx->enable_clock_scaling = 1;
	ipa_ctx->curr_ipa_clk_rate = ipa_ctx->ctrl->ipa_clk_rate_hi;

	/* enable IPA clocks explicitly to allow the initialization */