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

Commit eaa30d6d 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 cb6c642d a3bae498
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";
};