diff mbox series

dt-bindings: net: bluetooth: Minor fix in broadcom-bluetooth

Message ID 20191127224509.3341-1-abhishekpandit@chromium.org
State Not Applicable, archived
Headers show
Series dt-bindings: net: bluetooth: Minor fix in broadcom-bluetooth | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Abhishek Pandit-Subedi Nov. 27, 2019, 10:45 p.m. UTC
The example for brcm,bt-pcm-int-params should be a bytestring and all
values need to be two hex characters.

Signed-off-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
---

 Documentation/devicetree/bindings/net/broadcom-bluetooth.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marcel Holtmann Nov. 27, 2019, 10:56 p.m. UTC | #1
Hi Abhishek,

> The example for brcm,bt-pcm-int-params should be a bytestring and all
> values need to be two hex characters.
> 
> Signed-off-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
> ---
> 
> Documentation/devicetree/bindings/net/broadcom-bluetooth.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt b/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt
index b02a53275c98..b5eadee4a9a7 100644
--- a/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt
+++ b/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt
@@ -47,6 +47,6 @@  Example:
        bluetooth {
                compatible = "brcm,bcm43438-bt";
                max-speed = <921600>;
-               brcm,bt-pcm-int-params = [1 2 0 1 1];
+               brcm,bt-pcm-int-params = [01 02 00 01 01];
        };
 };