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

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

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

parents 03e81be2 611d0e70
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>;
};