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

Commit 9634a361 authored by Prakash Gupta's avatar Prakash Gupta Committed by Vijayanand Jitta
Browse files

ARM: dts: msm: enable deep pre-fetch for HF/SF TBUs for sm6150



Enable +3 deep pre-fetch for all context banks of HF and SF TBUs of
apps-smmu.

Change-Id: I1e081c66fc3ca3883cf8c88a2b7bdb6bc5c2e97e
Signed-off-by: default avatarPrakash Gupta <guptap@codeaurora.org>
parent 6172fff3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -307,3 +307,9 @@
		/* All CBs of GFX: +15 deep PF */
		<0x0 0x7ff 0x303>;
};

&apps_smmu {
	qcom,actlr =
		/* HF and SF TBUs: +3 deep PF */
		<0x800 0x7ff 0x103>;
};