mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
Disable the IPA H/W for APQ targets in cape Change-Id: I75b88ab261d3e2c47d7c16eef0311fca8996f5fc
18 lines
224 B
Plaintext
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";
|
|
};
|