Skip to content

Commit

Permalink
general-bluetooth-03-hci_h5-add-binding-RTL8723CS(:1)
Browse files Browse the repository at this point in the history
Original-Subject: Bluetooth: hci_h5: Add support for binding RTL8723CS with device tree
RTL8723CS is often used in ARM boards, so add ability to bind it
using device tree.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Ondrej Jirman <megous@megous.com>
X-Armbian: Patch-File: general-bluetooth-03-hci_h5-add-binding-RTL8723CS
X-Armbian: Patch-File-Counter: 1
X-Armbian: Patch-Rel-Directory: patch/kernel/archive/rockchip64-6.1
X-Armbian: Patch-Type: kernel
X-Armbian: Patch-Root-Type: core
X-Armbian: Patch-Sub-Type: common
X-Armbian: Original-Subject: Bluetooth: hci_h5: Add support for binding RTL8723CS with device tree
  • Loading branch information
anarsoul authored and Armbian AutoPatcher committed Nov 1, 2018
1 parent cf860d5 commit 6cd45bb
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 @@ -1107,6 +1107,8 @@ static const struct of_device_id rtl_bluetooth_of_match[] = {
.data = (const void *)&h5_data_rtl8723bs },
{ .compatible = "realtek,rtl8723ds-bt",
.data = (const void *)&h5_data_rtl8723bs },
{ .compatible = "realtek,rtl8723cs-bt",
.data = (const void *)&h5_data_rtl8723bs },
#endif
{ },
};
Expand Down

0 comments on commit 6cd45bb

Please sign in to comment.