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

Commit 58b7c8c2 authored by Prakash Gupta's avatar Prakash Gupta Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add iommu actlr settings for sdm670



Add the register settings per the latest recommendation.

Change-Id: I954ba998df78b09cb3e281320a2062a6e625f989
Signed-off-by: default avatarPrakash Gupta <guptap@codeaurora.org>
parent 1d4cc365
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -322,3 +322,19 @@
		dma-coherent;
	};
};

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