]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dt-bindings: net: bluetooth: Minor fix in broadcom-bluetooth
authorAbhishek Pandit-Subedi <abhishekpandit@chromium.org>
Wed, 27 Nov 2019 22:45:09 +0000 (14:45 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 27 Nov 2019 22:56:48 +0000 (23:56 +0100)
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>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Documentation/devicetree/bindings/net/broadcom-bluetooth.txt

index b02a53275c9855a89bdb5f50c481b1c71e4d57ef..b5eadee4a9a76cbc3a3628281cae81df7ec59560 100644 (file)
@@ -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];
        };
 };