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

Commit 49242fc7 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: Use same sid for apps iommu test devices for sdm670"

parents 5bc0e57c 7445b8fc
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -305,9 +305,19 @@
	apps_iommu_test_device {
		compatible = "iommu-debug-test";
		/*
		 * This SID belongs to QUP1-GSI. We can't use a fake SID for
		 * This SID belongs to TSIF. We can't use a fake SID for
		 * the apps_smmu device.
		 */
		iommus = <&apps_smmu 0x16 0x0>;
		iommus = <&apps_smmu 0x20 0xf>;
	};

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