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

Commit 29937081 authored by Zhenhua Huang's avatar Zhenhua Huang
Browse files

ARM: dts: msm: Enable deep pre-fetch on apps smmu for atoll



Enable +3 deep pre-fetch for all context banks of multimedia tbu's
and +3 deep pre-fetch for NPU clients of apps smmu for atoll.

Change-Id: Idde96c26a453e14070f367ec243ea2028daeafcd
Signed-off-by: default avatarZhenhua Huang <zhenhuah@codeaurora.org>
parent 71307250
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -202,3 +202,13 @@
		dma-coherent;
	};
};

&apps_smmu {
	qcom,actlr =
	    /* HF_0 and SF_0 TBUs: +3 deep PF */
	    <0x800 0x7ff 0x103>,

	    /* NPU SIDs: +3 deep PF */
	    <0x1460 0x1f 0x303>,
	    <0x1480 0x1f 0x303>;
};