Commit f272f185 authored by John-Eric Kamps's avatar John-Eric Kamps Committed by Marcel Holtmann

Bluetooth: hci_h5: Add support for binding RTL8723DS with device tree

RTL8723DS could be handled by btrtl-driver, so add ability to bind it
using device tree.
Signed-off-by: default avatarJohn-Eric Kamps <johnny86@gmx.de>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent f01bb2a3
......@@ -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
{ },
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment