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

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

Merge "ARM: dts: msm: fix to disable ipa node for qcs610"

parents 6033a823 9dd770b9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -17,3 +17,13 @@
	qcom,msm-name = "QCS610";
	qcom,msm-id = <401 0>;
};

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

&ipa_hw {
	status="disabled";
};