From: Vasily Khoruzhick Date: Sat, 25 Apr 2020 15:55:30 +0000 (-0700) Subject: Bluetooth: hci_h5: Add support for binding RTL8723BS with device tree X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4765db373ea34c7262e3467f8aaf4167dd1cdafa;p=linux.git Bluetooth: hci_h5: Add support for binding RTL8723BS with device tree RTL8723BS is often used in ARM boards, so add ability to bind it using device tree. Signed-off-by: Vasily Khoruzhick Signed-off-by: Alistair Francis Signed-off-by: Marcel Holtmann --- diff --git a/drivers/bluetooth/hci_h5.c b/drivers/bluetooth/hci_h5.c index 106c110efe560..e60b2e0773db1 100644 --- a/drivers/bluetooth/hci_h5.c +++ b/drivers/bluetooth/hci_h5.c @@ -1018,6 +1018,8 @@ static const struct of_device_id rtl_bluetooth_of_match[] = { #ifdef CONFIG_BT_HCIUART_RTL { .compatible = "realtek,rtl8822cs-bt", .data = (const void *)&rtl_vnd }, + { .compatible = "realtek,rtl8723bs-bt", + .data = (const void *)&rtl_vnd }, #endif { }, };