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

Commit 36f79702 authored by Jagadeesh Ponduru's avatar Jagadeesh Ponduru Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: disable IPA entry for khaje APQ gaming targets

Add changes to disable IPA through dtsi file for khajeg target.

Change-Id: Ia24b1c4343836b397ce9beadc835387df4431712
parent 0035ce83
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -104,4 +104,20 @@
		status = "disabled";
	};

	qcom,msm_gsi {
		status = "disabled";
	};

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

	qcom,ipa_fws {
		status = "disabled";
	};

	ipa_hw: qcom,ipa@0x5800000 {
		status = "disabled";
	};

};