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

Commit 94c42a55 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 430da191 29937081
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -269,3 +269,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>;
};