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>
This commit is contained in:
Abhishek Pandit-Subedi
2019-11-27 14:45:09 -08:00
committed by Marcel Holtmann
parent eb762b9411
commit 3cd9d35ee5

View 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];
};
};