summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/bluetooth/hci_bcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index 8c75e7a67379..a5cb580a07de 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -1397,6 +1397,7 @@ static void bcm_serdev_remove(struct serdev_device *serdev)
1397#ifdef CONFIG_OF 1397#ifdef CONFIG_OF
1398static const struct of_device_id bcm_bluetooth_of_match[] = { 1398static const struct of_device_id bcm_bluetooth_of_match[] = {
1399 { .compatible = "brcm,bcm20702a1" }, 1399 { .compatible = "brcm,bcm20702a1" },
1400 { .compatible = "brcm,bcm4330-bt" },
1400 { .compatible = "brcm,bcm43438-bt" }, 1401 { .compatible = "brcm,bcm43438-bt" },
1401 { }, 1402 { },
1402}; 1403};