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

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

Change-Id: Ida909ca70edb15336d8e31ade51370c2c35ba703
This commit is contained in:
Shiva Ganesh
2022-09-20 20:49:04 +05:30
committed by Gerrit - the friendly Code Review server
parent d85b61610c
commit 44a448a1e9

View File

@@ -7,3 +7,20 @@
compatible = "qcom,khajeg";
qcom,msm-id = <585 0x10000>;
};
&soc {
qcom,msm_gsi {
status = "disabled";
};
qcom,rmnet-ipa {
status = "disabled";
};
qcom,ipa_fws {
status = "disabled";
};
ipa_hw: qcom,ipa@0x5800000 {
status = "disabled";
};
};