Skip to content

Commit

Permalink
Bluetooth: hci_h5: Add support for binding RTL8723BS with device tree
Browse files Browse the repository at this point in the history
RTL8723BS is often used in ARM boards, so add ability to bind it
using device tree.

Signed-off-by: Vasily Khoruzhick <[email protected]>
Signed-off-by: Alistair Francis <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
  • Loading branch information
anarsoul authored and holtmann committed May 11, 2020
1 parent 1cc2d0e commit 4765db3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/bluetooth/hci_h5.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
{ },
};
Expand Down

0 comments on commit 4765db3

Please sign in to comment.