[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200412020644.355142-2-alistair@alistair23.me>
Date: Sat, 11 Apr 2020 19:06:43 -0700
From: Alistair Francis <alistair@...stair23.me>
To: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
marcel@...tmann.org, johan.hedberg@...il.com,
linux-bluetooth@...r.kernel.org, mripard@...nel.org, wens@...e.org
Cc: anarsoul@...il.com, devicetree@...r.kernel.org,
alistair23@...il.com, linux-arm-kernel@...ts.infradead.org,
Alistair Francis <alistair@...stair23.me>
Subject: [PATCH v3 2/3] Bluetooth: hci_h5: Add support for binding RTL8723BS with device tree
From: Vasily Khoruzhick <anarsoul@...il.com>
RTL8723BS is often used in ARM boards, so add ability to bind it
using device tree.
Signed-off-by: Vasily Khoruzhick <anarsoul@...il.com>
Signed-off-by: Alistair Francis <alistair@...stair23.me>
---
drivers/bluetooth/hci_h5.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/bluetooth/hci_h5.c b/drivers/bluetooth/hci_h5.c
index 106c110efe56..e60b2e0773db 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
{ },
};
--
2.26.0
Powered by blists - more mailing lists