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

Commit 00e0c4db authored by Prakash Gupta's avatar Prakash Gupta
Browse files

ARM: dts: msm: enable +3 deep prefetch for camera sids on sdm845



Enable +3 deep prefetch for camera sids on sdm845. While we are at it, use
mask to include all HF/SF sids for +3 deep prefetch instead of providing
separate sid, mask tuples.

Change-Id: Iffac9e61d19bd1d2ef1b457ec6b349ed51b17973
Signed-off-by: default avatarPrakash Gupta <guptap@codeaurora.org>
parent 691a1ce6
Loading
Loading
Loading
Loading
+5 −13
Original line number Diff line number Diff line
@@ -346,19 +346,11 @@
};

&apps_smmu {
	qcom,actlr =	<0x0880 0x8 0x103>,
			<0x0881 0x8 0x103>,
			<0x0c80 0x8 0x103>,
			<0x0c81 0x8 0x103>,
			<0x1090 0x0 0x103>,
			<0x1091 0x0 0x103>,
			<0x10a0 0x8 0x103>,
			<0x10b0 0x0 0x103>,
			<0x10a1 0x8 0x103>,
			<0x10a3 0x8 0x103>,
			<0x10a4 0x8 0x103>,
			<0x10b4 0x0 0x103>,
			<0x10a5 0x8 0x103>;
	qcom,actlr =
		/* HF and SF TBUs: +3 deep PF */
			<0x0800 0x7ff 0x103>,
			<0x1000 0x3ff 0x103>;

	qcom,mmu500-errata-1 =	<0x800 0x3ff>,
				<0xc00 0x3ff>;
};