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

Commit 524d59df 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 atollp"

parents c33aa7d3 010e80b3
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -17,3 +17,13 @@
	qcom,msm-name = "ATOLLP";
	qcom,msm-id = <424 0>;
};

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

&ipa_hw {
	status="disabled";
};