summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-01-16 13:29:51 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-16 13:29:50 -0800
commit74aecd0f81681a392961ba9f8ef27574d22c0503 (patch)
tree67f5798e159fffa050b42772115e10e15e036da1 /arch
parentfc8e309f193ed11b1d2b7c9581d243a551eeadfe (diff)
parent15ae5b73444ae24f13466097077eeb860638131f (diff)
Merge "ARM: dts: msm: Disable IPA in SDA658/660"
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/qcom/sda658.dtsi12
-rw-r--r--arch/arm/boot/dts/qcom/sda660.dtsi12
2 files changed, 22 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/sda658.dtsi b/arch/arm/boot/dts/qcom/sda658.dtsi
index 33018a177b41..035b93eacf5d 100644
--- a/arch/arm/boot/dts/qcom/sda658.dtsi
+++ b/arch/arm/boot/dts/qcom/sda658.dtsi
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -17,3 +17,13 @@
compatible = "qcom,sda658";
qcom,msm-id = <326 0x0>;
};
+
+&soc {
+ qcom,rmnet-ipa {
+ status = "disabled";
+ };
+};
+
+&ipa_hw {
+ status = "disabled";
+};
diff --git a/arch/arm/boot/dts/qcom/sda660.dtsi b/arch/arm/boot/dts/qcom/sda660.dtsi
index d2919a9467dd..d394c277ecdd 100644
--- a/arch/arm/boot/dts/qcom/sda660.dtsi
+++ b/arch/arm/boot/dts/qcom/sda660.dtsi
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -17,3 +17,13 @@
compatible = "qcom,sda660";
qcom,msm-id = <324 0x0>;
};
+
+&soc {
+ qcom,rmnet-ipa {
+ status = "disabled";
+ };
+};
+
+&ipa_hw {
+ status = "disabled";
+};