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

Commit bf5ccf8a authored by Vijayanand Jitta's avatar Vijayanand Jitta Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add smmu test devices on lagoon

Add test devices for gfx and apps smmu on lagoon.

Change-Id: I2f1f2ec7eb8802f08a09a2363634a19a5dfefd8b
parent 554e5cf8
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -196,4 +196,23 @@
			qcom,stream-id-range = <0x1800 0x400>;
		};
	};

	kgsl_iommu_test_device {
		compatible = "iommu-debug-test";
		qcom,iommu-dma = "disabled";
		iommus = <&kgsl_smmu 0x7>;
	};

	apps_iommu_test_device {
		compatible = "iommu-debug-test";
		qcom,iommu-dma = "disabled";
		iommus = <&apps_smmu 0x1 0>;
	};

	apps_iommu_coherent_test_device {
		compatible = "iommu-debug-test";
		qcom,iommu-dma = "disabled";
		iommus = <&apps_smmu 0x3 0>;
		dma-coherent;
	};
};