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

Commit 58c94360 authored by Sudarshan Rajagopalan's avatar Sudarshan Rajagopalan
Browse files

Revert "ARM: dts: msm: Disable iommu test clients"



This reverts commit eac426cb.
Since the smmu clock issue is now solved. Re-enable the
test clients.

Change-Id: Ic66c5ab869052b1c4ae0518f82751f08c3d0a7ea
Signed-off-by: default avatarSudarshan Rajagopalan <sudaraja@codeaurora.org>
parent 8c72aa73
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -231,7 +231,6 @@
		 * anyways, so using a dummy value is ok.
		 * anyways, so using a dummy value is ok.
		 */
		 */
		iommus = <&kgsl_smmu 0x7>;
		iommus = <&kgsl_smmu 0x7>;
		status = "disabled";
	};
	};


	apps_iommu_test_device {
	apps_iommu_test_device {
@@ -241,6 +240,5 @@
		 * the apps_smmu device.
		 * the apps_smmu device.
		 */
		 */
		iommus = <&apps_smmu 0x20 0>;
		iommus = <&apps_smmu 0x20 0>;
		status = "disabled";
	};
	};
};
};