The Teres A64 I laptop comes equipped with a serial-attached Realtek rtl8723bs Bluetooth controller. This series creates the DT binding for the the Realtek vendor extension of the HCI H5 driver, for which ACPI bindings already exist, and enable support for the Teres A64 I board. The first patch adds the DT binding documentation. The second one implements such binding in the HCI H5 driver. The last patch adds the appropriate device node to the Teres A64 I dts file to enable Bluetooth. Hugo Grostabussiat (3): dt-bindings: net: bluetooth: add DT binding for rtl8723bs Bluetooth: hci_h5: Add DT support for rtl8723bs arm64: dts: allwinner: a64: Enable Bluetooth on Teres-I .../bindings/net/realtek,rtl8723bs-bt.txt | 25 ++++++++++++ .../boot/dts/allwinner/sun50i-a64-teres-i.dts | 13 ++++++ drivers/bluetooth/hci_h5.c | 40 ++++++++++++++++--- 3 files changed, 73 insertions(+), 5 deletions(-) create mode 100644 Documentation/devicetree/bindings/net/realtek,rtl8723bs-bt.txt -- 2.23.0