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

Commit 69ef4253 authored by Prakash Gupta's avatar Prakash Gupta
Browse files

ARM: dts: msm: align iommus to iommu-cell size

QSMMU iommu-cell size is 1. Align iommus property of kgsl_iommu_test_device
to that.

Change-Id: Ia63439b15f754c1201cfc9e4273e675c3b1f228b
parent 7dccbd93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@

	kgsl_iommu_test_device {
		compatible = "iommu-debug-test";
		iommus = <&kgsl_smmu 0x7 0>;
		iommus = <&kgsl_smmu 0x7>;
		qcom,iommu-dma = "disabled";
	};