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

Commit 2943e1c1 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 test device nodes for msmfalcon"

parents 865922fc f27e544d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -196,4 +196,15 @@
		clock-names = "turing_q6_smmu_clk";
		#clock-cells = <1>;
	};

	iommu_test_device {
		compatible = "iommu-debug-test";
		/*
		 * 42 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_bimc_smmu 42>;
	};
};