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

Commit 70ea76b8 authored by Praveen Kurapati's avatar Praveen Kurapati
Browse files

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

Disable the IPA H/W for APQ targets in bengalp.dtsi

Change-Id: I450e10d6b421f13487dfda030b4e17cffb84d689
parent 1dd6d70a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -7,3 +7,13 @@
	compatible = "qcom,bengalp";
	qcom,msm-id = <445 0x10000>;
};

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

&ipa_hw {
	status = "disabled";
};