Bluetooth: hci_h5: Add support for binding RTL8723DS with device tree
authorJohn-Eric Kamps <johnny86@gmx.de>
Sat, 2 Jan 2021 21:41:15 +0000 (22:41 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 6 Jan 2021 07:44:41 +0000 (08:44 +0100)
RTL8723DS could be handled by btrtl-driver, so add ability to bind it
using device tree.

Signed-off-by: John-Eric Kamps <johnny86@gmx.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_h5.c

index 7be16a7..fb9817f 100644 (file)
@@ -1022,6 +1022,8 @@ static const struct of_device_id rtl_bluetooth_of_match[] = {
          .data = (const void *)&rtl_vnd },
        { .compatible = "realtek,rtl8723bs-bt",
          .data = (const void *)&rtl_vnd },
+       { .compatible = "realtek,rtl8723ds-bt",
+         .data = (const void *)&rtl_vnd },
 #endif
        { },
 };