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

Disable the IPA H/W for APQ targets in cape

Change-Id: I75b88ab261d3e2c47d7c16eef0311fca8996f5fc
This commit is contained in:
Sivakanth Vaka
2021-11-10 17:02:12 +05:30
parent 94f6c8d81b
commit cf071d43ef

View File

@@ -5,3 +5,13 @@
compatible = "qcom,capep";
qcom,msm-id = <531 0x10000>;
};
&soc {
qcom,rmnet-ipa {
status = "disabled";
};
};
&ipa_hw {
status = "disabled";
};