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

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

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



This reverts commit 00e0c4db.

For some HW, enabling +3 prefetch require, iova to be aligned
to 16KB boundary. Disabling the prefetch for camera SIDs until
camera driver takes care of iova mapping alignment.

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

&apps_smmu {
	qcom,actlr =
		/* HF and SF TBUs: +3 deep PF */
			<0x0800 0x7ff 0x103>,
			<0x1000 0x3ff 0x103>;

	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,mmu500-errata-1 =	<0x800 0x3ff>,
				<0xc00 0x3ff>;
};