Re: [PATCH 4/4] dt: binding: Add Qualcomm wcn36xx WiFi binding
From: Rob Herring <robh@kernel.org>
Date: 2015-12-29 18:34:50
Also in:
linux-arm-msm, linux-devicetree, linux-wireless, lkml
From: Rob Herring <robh@kernel.org>
Date: 2015-12-29 18:34:50
Also in:
linux-arm-msm, linux-devicetree, linux-wireless, lkml
On Sun, Dec 27, 2015 at 05:34:27PM -0800, Bjorn Andersson wrote:
Add binding representing the Qualcomm wcn3620/60/80 WiFi block. Signed-off-by: Bjorn Andersson <redacted> --- .../bindings/net/wireless/qcom,wcn36xx-wifi.txt | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/wireless/qcom,wcn36xx-wifi.txtdiff --git a/Documentation/devicetree/bindings/net/wireless/qcom,wcn36xx-wifi.txt b/Documentation/devicetree/bindings/net/wireless/qcom,wcn36xx-wifi.txt new file mode 100644 index 000000000000..7b314b9f30af --- /dev/null +++ b/Documentation/devicetree/bindings/net/wireless/qcom,wcn36xx-wifi.txt@@ -0,0 +1,76 @@ +Qualcomm WCN36xx WiFi Binding + +This binding describes the Qualcomm WCN36xx WiFi hardware. The hardware block +is part of the Qualcomm WCNSS core, a WiFi/BT/FM combo chip, found in a variety +of Qualcomm platforms.
Are BT/FM functions completely separate? If so, separate bindings are okay. If not, then we need to describe the full chip. Rob