diff options
author | Abhishek Pandit-Subedi <abhishekpandit@chromium.org> | 2019-11-28 01:45:09 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2019-11-28 01:56:48 +0300 |
commit | 3cd9d35ee5f7a23203443f1a0d3c344f034c0dc7 (patch) | |
tree | d768ff21a31b98c708677aa3ad8bcacde2e0190e /Documentation/devicetree | |
parent | eb762b94111b646b4f116ebfdbfcadbad14e12b3 (diff) | |
download | linux-3cd9d35ee5f7a23203443f1a0d3c344f034c0dc7.tar.xz |
dt-bindings: net: bluetooth: Minor fix in broadcom-bluetooth
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>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/net/broadcom-bluetooth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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]; }; }; |