Files
Sivakanth Vaka cf071d43ef ARM: dts: msm: Disable the IPA hw in APQ targets
Disable the IPA H/W for APQ targets in cape

Change-Id: I75b88ab261d3e2c47d7c16eef0311fca8996f5fc
2021-11-10 17:30:41 +05:30

18 lines
224 B
Plaintext

#include "cape.dtsi"
/ {
model = "Qualcomm Technologies, Inc. CapeP";
compatible = "qcom,capep";
qcom,msm-id = <531 0x10000>;
};
&soc {
qcom,rmnet-ipa {
status = "disabled";
};
};
&ipa_hw {
status = "disabled";
};