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

Commit eb1480ce authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents e24ebad9 2ced8612
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";
	};
};