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

Commit 344100a2 authored by Patrick Daly's avatar Patrick Daly
Browse files

ARM: dts: msm: Add iommus property for iommu device for msmcobalt



The iommu test framework relies on at least one client being present
in device tree. Treat the iommu device itself as this client.

Change-Id: I373ad3648d0ee2136e787677e9d3860bb1599a83
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent ac6766f8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -145,6 +145,12 @@
			<&clock_mmss clk_bimc_smmu_axi_clk>;
		clock-names = "mmss_smmu_ahb_clk", "mmss_smmu_axi_clk";
		#clock-cells = <1>;
		/*
		 * The iommu test framework requires at least one iommu
		 * client to populate debugfs. The presence of a device
		 * "qcom,smmu-v2" alone is not sufficient.
		 */
		iommus = <&mmss_smmu 1>;
	};

	kgsl_smmu: arm,smmu-kgsl@5040000 {