linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 2/3] dt-bindings: net: bluetooth: Add device tree bindings for QTI bluetooth MAPLE
@ 2021-11-02  7:11 Zijun Hu
  2021-11-12 17:02 ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Zijun Hu @ 2021-11-02  7:11 UTC (permalink / raw)
  To: davem, rjliao, kuba, robh+dt, bgodavar
  Cc: netdev, linux-kernel, linux-bluetooth, devicetree, zijuhu, Zijun Hu

From: Zijun Hu <quic_zijuhu@quicinc.com>

Add device tree bindings for QTI bluetooth MAPLE.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
 Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml
index f93c6e7a1b59..9f0508c4dd16 100644
--- a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml
+++ b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml
@@ -23,6 +23,7 @@ properties:
       - qcom,wcn3998-bt
       - qcom,qca6390-bt
       - qcom,wcn6750-bt
+      - qcom,maple-bt
 
   enable-gpios:
     maxItems: 1
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 2/3] dt-bindings: net: bluetooth: Add device tree bindings for QTI bluetooth MAPLE
  2021-11-02  7:11 [PATCH v1 2/3] dt-bindings: net: bluetooth: Add device tree bindings for QTI bluetooth MAPLE Zijun Hu
@ 2021-11-12 17:02 ` Rob Herring
  2021-11-14 12:34   ` zijuhu
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2021-11-12 17:02 UTC (permalink / raw)
  To: Zijun Hu
  Cc: davem, rjliao, kuba, bgodavar, netdev, linux-kernel,
	linux-bluetooth, devicetree, Zijun Hu

On Tue, Nov 02, 2021 at 03:11:09PM +0800, Zijun Hu wrote:
> From: Zijun Hu <quic_zijuhu@quicinc.com>

Subject space is valuable, don't say things twice:

dt-bindings: net: bluetooth: Add Qualcomm MAPLE

Is MAPLE an SoC? Everything else used part numbers, why not here?

> 
> Add device tree bindings for QTI bluetooth MAPLE.
> 
> Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
> ---
>  Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml
> index f93c6e7a1b59..9f0508c4dd16 100644
> --- a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml
> +++ b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml
> @@ -23,6 +23,7 @@ properties:
>        - qcom,wcn3998-bt
>        - qcom,qca6390-bt
>        - qcom,wcn6750-bt
> +      - qcom,maple-bt
>  
>    enable-gpios:
>      maxItems: 1
> -- 
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v1 2/3] dt-bindings: net: bluetooth: Add device tree bindings for QTI bluetooth MAPLE
  2021-11-12 17:02 ` Rob Herring
@ 2021-11-14 12:34   ` zijuhu
  0 siblings, 0 replies; 3+ messages in thread
From: zijuhu @ 2021-11-14 12:34 UTC (permalink / raw)
  To: Rob Herring
  Cc: davem, rjliao, kuba, bgodavar, netdev, linux-kernel,
	linux-bluetooth, devicetree, Zijun Hu

On 2021-11-13 01:02, Rob Herring wrote:
> On Tue, Nov 02, 2021 at 03:11:09PM +0800, Zijun Hu wrote:
>> From: Zijun Hu <quic_zijuhu@quicinc.com>
> 
> Subject space is valuable, don't say things twice:
> 
> dt-bindings: net: bluetooth: Add Qualcomm MAPLE
> 
> Is MAPLE an SoC? Everything else used part numbers, why not here?
> 
thanks for your reply, please ignore this patch bcz part of the patch 
series is refused.

MAPLE is a name of BT controller which is integrated within a Soc, so it 
doesn't regular part number.

>> 
>> Add device tree bindings for QTI bluetooth MAPLE.
>> 
>> Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
>> ---
>>  Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml | 1 +
>>  1 file changed, 1 insertion(+)
>> 
>> diff --git 
>> a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml 
>> b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml
>> index f93c6e7a1b59..9f0508c4dd16 100644
>> --- a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml
>> +++ b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml
>> @@ -23,6 +23,7 @@ properties:
>>        - qcom,wcn3998-bt
>>        - qcom,qca6390-bt
>>        - qcom,wcn6750-bt
>> +      - qcom,maple-bt
>> 
>>    enable-gpios:
>>      maxItems: 1
>> --
>> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora 
>> Forum, a Linux Foundation Collaborative Project
>> 
>> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-14 12:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02  7:11 [PATCH v1 2/3] dt-bindings: net: bluetooth: Add device tree bindings for QTI bluetooth MAPLE Zijun Hu
2021-11-12 17:02 ` Rob Herring
2021-11-14 12:34   ` zijuhu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).