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

Commit efc57632 authored by Charan Teja Reddy's avatar Charan Teja Reddy
Browse files

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

Define qcom,iommu-dma for test devices without which we will leak a few
bytes of memory.

Change-Id: Ifb4d0702d44650ae12b4b465876b65b8ace3ea5c
parent 8e0da49d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -348,16 +348,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;
	};