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

Commit 62215cb8 authored by Sivan Reinstein's avatar Sivan Reinstein
Browse files

ARM: dts: msm: Disable rmnet_ipa node in APQ8094



rmnet_ipa physical network interface is not required
in APQ8094, therefore, it is being disabled.

Change-Id: I0883880cfdf0ec2da54ba734022d73c424d613ce
Acked-by: default avatarDavid Arinzon <darinzon@qti.qualcomm.com>
Signed-off-by: default avatarSivan Reinstein <sivanr@codeaurora.org>
parent 1060efab
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -18,3 +18,9 @@
	compatible = "qcom,apq8094";
	compatible = "qcom,apq8094";
	qcom,msm-id = <253 0x10000>;
	qcom,msm-id = <253 0x10000>;
};
};

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

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