2019-12-12 06:09:14

by Rocky Liao

[permalink] [raw]
Subject: [PATCH v1 2/2] dt-bindings: net: bluetooth: Add device tree bindings for QCA6390

Add compatible string for the Qualcomm QCA6390 Bluetooth controller

Signed-off-by: Rocky Liao <[email protected]>
---
Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt
index 68b67d9db63a..87b7f9d22414 100644
--- a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt
+++ b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt
@@ -10,6 +10,7 @@ device the slave device is attached to.
Required properties:
- compatible: should contain one of the following:
* "qcom,qca6174-bt"
+ * "qcom,qca6390-bt"
* "qcom,wcn3990-bt"
* "qcom,wcn3998-bt"

--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project


2019-12-12 10:33:46

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH v1 2/2] dt-bindings: net: bluetooth: Add device tree bindings for QCA6390

Hi Rocky,

> Add compatible string for the Qualcomm QCA6390 Bluetooth controller
>
> Signed-off-by: Rocky Liao <[email protected]>
> ---
> Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt
> index 68b67d9db63a..87b7f9d22414 100644
> --- a/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt
> +++ b/Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt
> @@ -10,6 +10,7 @@ device the slave device is attached to.
> Required properties:
> - compatible: should contain one of the following:
> * "qcom,qca6174-bt"
> + * "qcom,qca6390-bt"
> * "qcom,wcn3990-bt"
> * "qcom,wcn3998-bt"

now I am confused. Is this a DT platform or ACPI or both?

Regards

Marcel

2019-12-19 23:09:13

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v1 2/2] dt-bindings: net: bluetooth: Add device tree bindings for QCA6390

On Thu, 12 Dec 2019 06:08:33 +0000, Rocky Liao wrote:
> Add compatible string for the Qualcomm QCA6390 Bluetooth controller
>
> Signed-off-by: Rocky Liao <[email protected]>
> ---
> Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>