Commit 3cd9d35e authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi Committed by Marcel Holtmann

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: default avatarAbhishek Pandit-Subedi <abhishekpandit@chromium.org>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent eb762b94
......@@ -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];
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment