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

Commit c6f5d5cb authored by Raghavendar rao l's avatar Raghavendar rao l Committed by Gerrit - the friendly Code Review server
Browse files

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

Change to disable IPA through dtsi file for
khajep and khajeq targets.

Change-Id: I9242ef17c6c3c86e1cc6798eac29db92fb470b97
parent 33043629
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -8,3 +8,15 @@
	qcom,msm-id = <561 0x10000>;
	qcom,msm-id = <561 0x10000>;
};
};



&soc {

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

};

&ipa_hw {
	status = "disabled";
};
+9 −0
Original line number Original line Diff line number Diff line
@@ -52,4 +52,13 @@
	};
	};


	/delete-node/ qcom,chd_gold;
	/delete-node/ qcom,chd_gold;

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

};

&ipa_hw {
	status = "disabled";
};
};