[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191127224509.3341-1-abhishekpandit@chromium.org>
Date: Wed, 27 Nov 2019 14:45:09 -0800
From: Abhishek Pandit-Subedi <abhishekpandit@...omium.org>
To: Marcel Holtmann <marcel@...tmann.org>
Cc: linux-bluetooth@...r.kernel.org,
Abhishek Pandit-Subedi <abhishekpandit@...omium.org>,
devicetree@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
Johan Hedberg <johan.hedberg@...el.com>,
Ondrej Jirman <megous@...ous.com>,
Mark Rutland <mark.rutland@....com>,
Chen-Yu Tsai <wens@...e.org>,
Mohammad Rasim <mohammad.rasim96@...il.com>
Subject: [PATCH] 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@...omium.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
Powered by blists - more mailing lists