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

Commit 6e8cf51c 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 rmnet_ipa node in APQ8094"

parents 00857e50 62215cb8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -18,3 +18,9 @@
	compatible = "qcom,apq8094";
	qcom,msm-id = <253 0x10000>;
};

&soc {
	qcom,rmnet-ipa {
		status = "disabled";
	};
};
+6 −0
Original line number Diff line number Diff line
@@ -18,3 +18,9 @@
	compatible = "qcom,apq8094";
	qcom,msm-id = <253 0x20000>;
};

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