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

Commit 62ae26e3 authored by Sudarshan Rajagopalan's avatar Sudarshan Rajagopalan Committed by Kyle Piefer
Browse files

ARM: dts: msm: Introduce smr masks for kgsl smmu for sdm855



Allow kgsl to include SMR masks into the iommus property. This
will help reduce the number of SMR registers being used up.

Change-Id: I3af9e4d5edf4ca595ce85795a8c3e3c462f578e3
Signed-off-by: default avatarSudarshan Rajagopalan <sudaraja@codeaurora.org>
Signed-off-by: default avatarKyle Piefer <kpiefer@codeaurora.org>
parent 870ded18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
		reg = <0x02CA0000 0x10000>,
			<0x2CC2000 0x20>;
		reg-names = "base", "tcu-base";
		#iommu-cells = <1>;
		#iommu-cells = <2>;
		qcom,skip-init;
		qcom,use-3-lvl-tables;
		qcom,no-asid-retention;
@@ -362,7 +362,7 @@
		 * the SMMU driver. Our test uses ATOS, which doesn't use SIDs
		 * anyways, so using a dummy value is ok.
		 */
		iommus = <&kgsl_smmu 0x7>;
		iommus = <&kgsl_smmu 0x7 0>;
	};

	apps_iommu_test_device {