From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B0505C433EF for ; Fri, 29 Apr 2022 14:50:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239445AbiD2OyF convert rfc822-to-8bit (ORCPT ); Fri, 29 Apr 2022 10:54:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377999AbiD2Oxw (ORCPT ); Fri, 29 Apr 2022 10:53:52 -0400 Received: from mail.holtmann.org (coyote.holtmann.net [212.227.132.17]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6241911A39; Fri, 29 Apr 2022 07:50:25 -0700 (PDT) Received: from smtpclient.apple (p5b3d2ea3.dip0.t-ipconnect.de [91.61.46.163]) by mail.holtmann.org (Postfix) with ESMTPSA id 3B3CCCED21; Fri, 29 Apr 2022 16:50:24 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.80.82.1.1\)) Subject: Re: [PATCH v1 1/3] dt-bindings: net: bluetooth: Add wlan-gpio entry for wcn6750 From: Marcel Holtmann In-Reply-To: <1651228073-1999-2-git-send-email-quic_bgodavar@quicinc.com> Date: Fri, 29 Apr 2022 16:50:23 +0200 Cc: agross@kernel.org, robh+dt@kernel.org, bjorn.andersson@linaro.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hedberg , mka@chromium.org, linux-bluetooth@vger.kernel.org, quic_hemantg@quicinc.com, quic_saluvala@quicinc.com, quic_rjliao@quicinc.com, mcchou@chromium.org Content-Transfer-Encoding: 8BIT Message-Id: References: <1651228073-1999-1-git-send-email-quic_bgodavar@quicinc.com> <1651228073-1999-2-git-send-email-quic_bgodavar@quicinc.com> To: Balakrishna Godavarthi X-Mailer: Apple Mail (2.3696.80.82.1.1) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Balakrishna, > This patch adds a wlan-gpio entry and its reference usage for > BT SoC wcn6750. > > Signed-off-by: Sai Teja Aluvala > Signed-off-by: Balakrishna Godavarthi > --- > Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml > index f93c6e7..624f957 100644 > --- a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml > +++ b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml > @@ -24,6 +24,10 @@ properties: > - qcom,qca6390-bt > - qcom,wcn6750-bt > > + wlan-gpios: > + maxItems: 1 > + description: gpio specifier used to wlan chip > + > enable-gpios: > maxItems: 1 > description: gpio specifier used to enable chip > @@ -123,6 +127,7 @@ allOf: > - qcom,wcn6750-bt > then: > required: > + - wlan-gpios why is this in the Bluetooth section? Why should Bluetooth care about any WiFi GPIO? Regards Marcel