Ignore this patch. Sorry for the noise.

-----Original Message-----
From: linux-wireless-ow...@vger.kernel.org 
[mailto:linux-wireless-ow...@vger.kernel.org] On Behalf Of 
c_tr...@qti.qualcomm.com
Sent: Friday, July 01, 2016 3:22 PM
To: ath...@lists.infradead.org
Cc: linux-wireless@vger.kernel.org; Tamizh chelvam 
<tamizhchel...@codeaurora.org>
Subject: [PATCHv3] dts: Add btcoex_support flag in device tree

From: Tamizh chelvam <tamizhchel...@codeaurora.org>

BTCOEX feature is not available in all qca40xx chipsets.
To expose the btcoex support, this patch add btcoex_support flag in device 
tree. If this value is 1 then the hardware supports btcoex and 0 for not 
support.

Signed-off-by: Tamizh chelvam <tamizhchel...@codeaurora.org>
---
v3:
  * separated from ath10k patch.

v2:
  * Used CAF address.

 arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi 
b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
index b9457dd..f2a2345 100644
--- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk01.1.dtsi
@@ -91,6 +91,14 @@
                        };
                };
 
+               wifi0: wifi@a000000 {
+                       btcoex_support = <0x1>;
+               }
+
+               wifi1: wifi@a800000 {
+                       btcoex_support = <0x0>;
+               }
+
                serial@78af000 {
                        pinctrl-0 = <&serial_pins>;
                        pinctrl-names = "default";
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in 
the body of a message to majord...@vger.kernel.org More majordomo info at  
http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to