linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 1/3] dt-bindings: net: bluetooth: Add broadcom-bluetooth
@ 2017-08-07 10:39 Loic Poulain
  2017-08-07 10:39 ` [PATCH v3 2/3] ARM: dts: bcm2837-rpi-3-b: Add bcm43438 as serial slave Loic Poulain
                   ` (2 more replies)
  0 siblings, 3 replies; 25+ messages in thread
From: Loic Poulain @ 2017-08-07 10:39 UTC (permalink / raw)
  To: marcel, johan.hedberg, robh+dt, rjui, sbranden, f.fainelli,
	stefan.wahren
  Cc: devicetree, linux-bluetooth, linux-rpi-kernel, Loic Poulain

Add binding document for serial bluetooth chips using
Broadcom protocol.

Signed-off-by: Loic Poulain <loic.poulain@gmail.com>
---
 v2: dt-bindings as separate patch
     rebase on upcoming pi3 dts changes
 v3: changes in bcm serdev drivers:
     name refactoring and additional comments
     Add generic host_set_baudrate method
     Use agnostic device_property_read
 .../devicetree/bindings/net/broadcom-bluetooth.txt | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/broadcom-bluetooth.txt

diff --git a/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt b/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt
new file mode 100644
index 0000000..c51ea1b
--- /dev/null
+++ b/Documentation/devicetree/bindings/net/broadcom-bluetooth.txt
@@ -0,0 +1,29 @@
+Broadcom Bluetooth Chips
+---------------------
+
+This documents the binding structure and common properties for serial
+attached Broadcom devices.
+
+Serial attached Broadcom devices shall be a child node of the host UART
+device the slave device is attached to.
+
+Required properties:
+
+ - compatible: should contain one of the following:
+   * "brcm,bcm43438-bt"
+
+Optional properties:
+
+ - max-speed: see Documentation/devicetree/bindings/serial/slave-device.txt
+
+Example:
+
+&uart2 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&uart2_pins>;
+
+       bluetooth {
+               compatible = "brcm,bcm43438-bt";
+               max-speed = <921600>;
+       };
+};
-- 
1.9.1

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

end of thread, other threads:[~2017-08-17 20:08 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-07 10:39 [PATCH v3 1/3] dt-bindings: net: bluetooth: Add broadcom-bluetooth Loic Poulain
2017-08-07 10:39 ` [PATCH v3 2/3] ARM: dts: bcm2837-rpi-3-b: Add bcm43438 as serial slave Loic Poulain
2017-08-09 23:10   ` Rob Herring
2017-08-10 16:15     ` Marcel Holtmann
2017-08-14 13:56       ` Loic Poulain
2017-08-14 16:02         ` Marcel Holtmann
2017-08-14 17:32           ` Loic Poulain
2017-08-14 17:39             ` Stefan Wahren
2017-08-14 18:36             ` Marcel Holtmann
2017-08-14 22:16             ` Marcel Holtmann
2017-08-15  4:39               ` Marcel Holtmann
2017-08-16 12:37               ` Peter Robinson
2017-08-16 14:52                 ` Marcel Holtmann
2017-08-17 10:07                   ` Loic Poulain
2017-08-17 10:35                     ` Marcel Holtmann
2017-08-17 10:47                       ` Marcel Holtmann
2017-08-17 16:21                       ` Eric Anholt
2017-08-17 17:34                         ` Marcel Holtmann
2017-08-17 19:38                           ` Eric Anholt
2017-08-17 20:08                         ` Phil Elwell
2017-08-15 13:06   ` Marcel Holtmann
2017-08-15 19:12     ` Rob Herring
2017-08-07 10:39 ` [PATCH v3 3/3] Bluetooth: hci_bcm: Add serdev support Loic Poulain
2017-08-09 23:16 ` [PATCH v3 1/3] dt-bindings: net: bluetooth: Add broadcom-bluetooth Rob Herring
2017-08-15 17:42   ` Eric Anholt

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