projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f01bb2a
)
Bluetooth: hci_h5: Add support for binding RTL8723DS with device tree
author
John-Eric Kamps
<johnny86@gmx.de>
Sat, 2 Jan 2021 21:41:15 +0000
(22:41 +0100)
committer
Marcel 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
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_h5.c
b/drivers/bluetooth/hci_h5.c
index 7be16a7f653bd07d9a99238afdb1dbe8de01e94a..fb9817f97d45c04f870593648edcd32012ae5d2c 100644
(file)
--- 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
{ },
};