diff mbox series

[2/2] Bluetooth: hci_h5: Add support for binding RTL8723DS with device tree

Message ID 20210102214116.1098030-1-johnny86@gmx.de
State Accepted
Commit f272f185d259e2d574b4868fe8fb0ee56f3c2cfa
Headers show
Series None | expand

Commit Message

John-Eric Kamps Jan. 2, 2021, 9:41 p.m. UTC
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>
---
 drivers/bluetooth/hci_h5.c | 2 ++
 1 file changed, 2 insertions(+)

--
2.25.1

Comments

Marcel Holtmann Jan. 6, 2021, 7:50 a.m. UTC | #1
Hi John-Eric,

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

> ---

> drivers/bluetooth/hci_h5.c | 2 ++

> 1 file changed, 2 insertions(+)


patch has been applied to bluetooth-next tree.

Regards

Marcel
diff mbox series

Patch

diff --git a/drivers/bluetooth/hci_h5.c b/drivers/bluetooth/hci_h5.c
index 7be16a7f653b..fb9817f97d45 100644
--- a/drivers/bluetooth/hci_h5.c
+++ b/drivers/bluetooth/hci_h5.c
@@ -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
 	{ },
 };