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

Commit d02c55a0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: define qcom,iommu-dma property for test device on lito"

parents b43f1245 efc57632
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -356,16 +356,19 @@

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

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