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: John-Eric Kamps <johnny86@gmx.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
John-Eric Kamps 2021-01-02 22:41:15 +01:00 committed by Marcel Holtmann
parent f01bb2a368
commit f272f185d2

View 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
{ },
};