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

Commit a7e6a824 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add iommu coherent test device for msm8998"

parents 5c0c8504 edeb290f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -176,4 +176,16 @@
		 */
		iommus = <&mmss_smmu 42>;
	};

	iommu_coherent_test_device {
		compatible = "iommu-debug-test";
		/*
		 * 43 shouldn't be used by anyone on the mmss_smmu.  We just
		 * need _something_ here to get this node recognized by the
		 * SMMU driver. Our test uses ATOS, which doesn't use SIDs
		 * anyways, so using a dummy value is ok.
		 */
		iommus = <&mmss_smmu 43>;
		dma-coherent;
	};
};