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

Commit 4a4dd0ec 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 SDM845"

parents 64f892c8 3b258166
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -335,4 +335,14 @@
		 */
		iommus = <&apps_smmu 0x16 0>;
	};

	apps_iommu_coherent_test_device {
		compatible = "iommu-debug-test";
		/*
		 * This SID belongs to QUP1-DMA. We can't use a fake SID for
		 * the apps_smmu device.
		 */
		iommus = <&apps_smmu 0x3 0>;
		dma-coherent;
	};
};