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

This commit is contained in:
qctecmdr
2021-11-10 19:16:22 -08:00
committed by Gerrit - the friendly Code Review server

View File

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