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

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

Merge "ARM: dts: msm: Limit test device context bank use for kona"

parents ff02fded abd633bd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -419,22 +419,27 @@
	kgsl_iommu_test_device {
		compatible = "iommu-debug-test";
		iommus = <&kgsl_smmu 0x7 0>;
		qcom,iommu-dma = "disabled";
	};

	kgsl_iommu_coherent_test_device {
		status = "disabled";
		compatible = "iommu-debug-test";
		iommus = <&kgsl_smmu 0x9 0>;
		qcom,iommu-dma = "disabled";
		dma-coherent;
	};

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

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