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

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

Change-Id: I64d6920ccf0c07155a6eb37eb57fd6444c806cb7
This commit is contained in:
Shiva Ganesh
2022-11-17 11:07:09 +05:30
committed by Gerrit - the friendly Code Review server
parent 99620bd7b2
commit e582534a11

View File

@@ -5,6 +5,16 @@
qcom,msm-id = <602 0x10000>;
};
&ipa_hw {
status = "disabled";
&soc {
qcom,msm_gsi {
status = "disabled";
};
qcom,rmnet-ipa {
status = "disabled";
};
ipa_hw: qcom,ipa@3e00000 {
status = "disabled";
};
};