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

Commit 9a169a27 authored by Patrick Daly's avatar Patrick Daly
Browse files

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



Add the register settings per the latest recommendation from hardware
team.

Change-Id: I9c706eaa95178f7cffe95b53e494edef564feb45
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 95895ba2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -343,3 +343,14 @@
		dma-coherent;
	};
};

&apps_smmu {
	qcom,actlr =	<0x0000 0x3ff 0x3>,
			<0x0400 0x3ff 0x3>,
			<0x0800 0x3ff 0x103>,
			<0x0c00 0x3ff 0x103>,
			<0x1000 0x3ff 0x103>,
			<0x1400 0x3ff 0x3>,
			<0x1800 0x3ff 0x3>,
			<0x1c00 0x3ff 0x3>;
};