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

Commit 2ced8612 authored by Zhiqiang Tu's avatar Zhiqiang Tu
Browse files

ARM: dts: msm: Disable iommu test device on msm8996 vplatform



Disable iommu test device since guest os has no permission
to operate cpp_fd_smmu.

Change-Id: I9641d7ceb91f5c1bf4ee2307540730689dce7b98
Signed-off-by: default avatarZhiqiang Tu <ztu@codeaurora.org>
parent 8ed108c9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
};

&cpp_fd_smmu {
	status = "ok";
	status = "disabled";
	qcom,register-save;
	qcom,skip-init;
	qcom,fatal-asf;
@@ -71,5 +71,6 @@
		 * anyways, so using a dummy value is ok.
		 */
		iommus = <&cpp_fd_smmu 42>;
		status = "disabled";
	};
};