Merge "ARM: dts: msm: Disable IPA in SDA630"

This commit is contained in:
Linux Build Service Account 2017-01-17 17:18:26 -08:00 committed by Gerrit - the friendly Code Review server
commit 6a99e4e814

View file

@ -17,3 +17,13 @@
compatible = "qcom,sda630";
qcom,msm-id = <327 0x0>;
};
&soc {
qcom,rmnet-ipa {
status = "disabled";
};
};
&ipa_hw {
status = "disabled";
};