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

Commit bdab4ebd authored by Prakash Gupta's avatar Prakash Gupta
Browse files

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



Enable +3 deep prefetch for camera sids on sdm670. 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: Ibdbfd8a2c528afeae6419f1c3b0c84106a9b835b
Signed-off-by: default avatarPrakash Gupta <guptap@codeaurora.org>
parent 691a1ce6
Loading
Loading
Loading
Loading
+4 −13
Original line number Diff line number Diff line
@@ -324,17 +324,8 @@
};

&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>;
};