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

Commit 216be168 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Disable the IPA hw in APQ targets"

parents 95b2a800 70ea76b8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -7,3 +7,13 @@
	compatible = "qcom,bengalp";
	qcom,msm-id = <445 0x10000>, <420 0x10000>;
};

&soc {
	qcom,rmnet-ipa {
		status = "disabled";
	};
};

&ipa_hw {
	status = "disabled";
};