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

Commit ad54648c authored by David Dai's avatar David Dai
Browse files

ARM: dts: msm: add IPA keepalive dev_bw device for sdxprairie



Add a keepalive governor for IPA core clock since the
gcc_aggre_noc_tbu2_clk moved under IPA clock domain. This is a
workaround for a TCU hang that occurs when it tries to invalidate
the IPA TBU during non-IPA usecases while the IPA clock is off.

Change-Id: If42c18673ca93d1b6114ee924cf9aac391db35e7
Signed-off-by: default avatarDavid Dai <daidavid1@codeaurora.org>
parent ee2ba4e3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -274,6 +274,15 @@
		operating-points-v2 = <&keepalive_opp_table>;
	};

	ipa_keepalive: qcom,ipa_keepalive {
		compatible = "qcom,devbw";
		governor = "powersave";
		qcom,src-dst-ports = <143 777>;
		qcom,active-only;
		status = "ok";
		operating-points-v2 = <&keepalive_opp_table>;
	};

	clock_rpmh: qcom,rpmh {
		compatible = "qcom,rpmh-clk-sdxprairie";
		mboxes = <&apps_rsc 0>;