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

Commit 7445b8fc authored by Vijayanand Jitta's avatar Vijayanand Jitta
Browse files

ARM: dts: msm: Use same sid for apps iommu test devices for sdm670



Share the same SID value between both normal and coherent iommu
test devices. Since these devices are used in isolation, its safe
for them to run on the same SID value.

Change-Id: I3d57cdb2bbe3df86fc3860097906bc39147a15ef
Signed-off-by: default avatarVijayanand Jitta <vjitta@codeaurora.org>
parent cb45c291
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -304,10 +304,10 @@
	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 {