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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
	{ },
};