Hi Hugo, > The rtl_bt driver already supports rtl8723bs devices on ACPI platforms. > This commit adds bindings for DT-only platforms. > > Signed-off-by: Hugo Grostabussiat <bonstra@xxxxxxxxxxxxxxxxx> > --- > .../bindings/net/realtek,rtl8723bs-bt.txt | 25 +++++++++++++++++++ > 1 file changed, 25 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/realtek,rtl8723bs-bt.txt please document this in net/realtek-bluetooth.txt in a generic fashion for potentially all Realtek devices. Similar to what has been done for Broadcom etc. > > diff --git a/Documentation/devicetree/bindings/net/realtek,rtl8723bs-bt.txt b/Documentation/devicetree/bindings/net/realtek,rtl8723bs-bt.txt > new file mode 100644 > index 000000000000..16b5cf799103 > --- /dev/null > +++ b/Documentation/devicetree/bindings/net/realtek,rtl8723bs-bt.txt > @@ -0,0 +1,25 @@ > +Realtek rtl8723bs Bluetooth controller > +====================================== > + > +This documents the binding structure and properties for the serial > +attached rtl8723bs Bluetooth controller. > + > +Required properties: > +- compatible: must be "realtek,rt8723bs-bt" > + > +Optional properties: > +- enable-gpio: gpio line controlling the power down (BT_DIS#) signal > +- device-wake: gpio line controlling the device wakeup (BT_WAKE) signal > +- realtek,config-name: postfix added to the name of the firmware file > + containing the chip configuration This needs an ACK from Rob before I consider applying it. Regards Marcel