linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: bluetooth: Minor fix in broadcom-bluetooth
@ 2019-11-27 22:45 Abhishek Pandit-Subedi
  2019-11-27 22:56 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Abhishek Pandit-Subedi @ 2019-11-27 22:45 UTC (permalink / raw)
  To: Marcel Holtmann
  Cc: linux-bluetooth, Abhishek Pandit-Subedi, devicetree,
	David S. Miller, netdev, linux-kernel, Rob Herring,
	Johan Hedberg, Ondrej Jirman, Mark Rutland, Chen-Yu Tsai,
	Mohammad Rasim

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(-)

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];
        };
 };
-- 
2.24.0.432.g9d3f5f5b63-goog


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: net: bluetooth: Minor fix in broadcom-bluetooth
  2019-11-27 22:45 [PATCH] dt-bindings: net: bluetooth: Minor fix in broadcom-bluetooth Abhishek Pandit-Subedi
@ 2019-11-27 22:56 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2019-11-27 22:56 UTC (permalink / raw)
  To: Abhishek Pandit-Subedi
  Cc: Bluez mailing list, devicetree, David S. Miller, netdev,
	linux-kernel, Rob Herring, Johan Hedberg, Ondrej Jirman,
	Mark Rutland, Chen-Yu Tsai, Mohammad Rasim

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-27 22:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27 22:45 [PATCH] dt-bindings: net: bluetooth: Minor fix in broadcom-bluetooth Abhishek Pandit-Subedi
2019-11-27 22:56 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).