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

Commit 008bafd4 authored by Swathi Sridhar's avatar Swathi Sridhar
Browse files

ARM: dts: msm: Update SIDs for iommu test devices for sdmshrike



Update SIDs for apps and kgsl iommu test devices according to
the latest sdmshrike SID mapping.

Change-Id: Iea2f837060d21c9c76c13ec3aa94eee0be318579
Signed-off-by: default avatarSwathi Sridhar <swatsrid@codeaurora.org>
parent c9e61f28
Loading
Loading
Loading
Loading
+13 −6
Original line number Diff line number Diff line
@@ -426,16 +426,23 @@

	kgsl_iommu_test_device {
		compatible = "iommu-debug-test";
		/*
		 * 0x7 isn't a valid sid, but should pass the sid sanity check.
		 * We just need _something_ here to get this node recognized by
		 * the SMMU driver.
		 */
		iommus = <&kgsl_smmu 0x7 0>;
	};

	kgsl_iommu_coherent_test_device {
		compatible = "iommu-debug-test";
		iommus = <&kgsl_smmu 0x9 0>;
		dma-coherent;
	};

	apps_iommu_test_device {
		compatible = "iommu-debug-test";
		iommus = <&apps_smmu 0x20 0>;
		iommus = <&apps_smmu 0x21 0>;
	};

	apps_iommu_coherent_test_device {
		compatible = "iommu-debug-test";
		iommus = <&apps_smmu 0x23 0>;
		dma-coherent;
	};
};