From 6f639d9aff5e528dd21e9425b2c781dcded6a4ae Mon Sep 17 00:00:00 2001 From: Patrick Yavitz Date: Wed, 26 Jun 2024 06:01:30 -0400 Subject: Bluetooth: hci_h5: Add support for RTL8852BS Signed-off-by: Patrick Yavitz --- 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 6455bc4fb5bb..7415c7ff55c8 100644 --- a/drivers/bluetooth/hci_h5.c +++ b/drivers/bluetooth/hci_h5.c @@ -1102,6 +1102,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,rtl8852bs-bt", + .data = (const void *)&h5_data_rtl8723bs }, #endif { }, }; -- 2.35.3