ARM: dts: msm: Disable IPA3 on apqcobalt
Disable ipa-hw on cobalt APQ revisions due to APQ doesn't have any modem use-cases. Change-Id: I3251ffcac5cc1257befc5f57d1984a33bf530c23 Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
This commit is contained in:
parent
2e45ea7281
commit
e0567604b7
1 changed files with 10 additions and 0 deletions
|
@ -16,3 +16,13 @@
|
|||
model = "Qualcomm Technologies, Inc. APQ COBALT";
|
||||
qcom,msm-id = <319 0x10000>;
|
||||
};
|
||||
|
||||
&soc {
|
||||
qcom,rmnet-ipa {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
&ipa_hw {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue