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

Commit ea78caf1 authored by Sivakanth Vaka's avatar Sivakanth Vaka Committed by Sivakanth vaka
Browse files

ARM: dts: msm: Disable the IPA hw in APQ targets

Disable the IPA H/W for APQ targets in scuba

Change-Id: I4cc81ef15030de74c816cc4c0fa03ddfa9e59e88
parent e99aacd1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -9,3 +9,13 @@
	qcom,msm-id = <471 0x10000>;
	qcom,board-id = <34 0>;
};

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

&ipa_hw {
	status = "disabled";
};
+10 −0
Original line number Diff line number Diff line
@@ -8,3 +8,13 @@
	qcom,msm-id = <471 0x10000>;
	qcom,board-id = <0 0>;
};

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

&ipa_hw {
	status = "disabled";
};