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:
Skylar Chang 2016-07-20 14:25:14 -07:00
parent 2e45ea7281
commit e0567604b7

View file

@ -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";
};