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

Commit 611d0e70 authored by Vijayanand Jitta's avatar Vijayanand Jitta Committed by Gerrit - the friendly Code Review server
Browse files

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



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

Change-Id: Ic9a2db9bfe59e928605510cb0ce0997ae0e8b74b
Signed-off-by: default avatarVijayanand Jitta <vjitta@codeaurora.org>
parent 871eac76
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -343,3 +343,15 @@
		dma-coherent;
	};
};

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

		/* SF TBU: +3 deep PF */
		<0x1000 0x3ff 0x103>,

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