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

Commit 7c41b7c2 authored by Vijayanand Jitta's avatar Vijayanand Jitta
Browse files

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



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

Change-Id: I0c6e789e90984bf20a3e0d0c624705b5671ffd9a
Signed-off-by: default avatarVijayanand Jitta <vjitta@codeaurora.org>
parent ac121119
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
		reg = <0x50a0000 0x10000>,
			<0x50c2000 0x20>;
		reg-names = "base", "tcu-base";
		#iommu-cells = <1>;
		#iommu-cells = <2>;
		qcom,skip-init;
		qcom,use-3-lvl-tables;
		#global-interrupts = <1>;
@@ -200,7 +200,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 {