Bluetooth: hci_bcm: Add device-tree compatible for BCM4329
authorDmitry Osipenko <digetx@gmail.com>
Sun, 15 Dec 2019 18:52:52 +0000 (21:52 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 4 Jan 2020 09:41:03 +0000 (10:41 +0100)
Driver supports BCM4329, but there is no device-tree compatible for
that chip. Let's add it in order to allow boards to specify Bluetooth
in theirs device-trees, in particular this is useful for NVIDIA Tegra20
boards.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcm.c

index f8f5c59..bbfaf0c 100644 (file)
@@ -1467,6 +1467,7 @@ static struct bcm_device_data bcm4354_device_data = {
 
 static const struct of_device_id bcm_bluetooth_of_match[] = {
        { .compatible = "brcm,bcm20702a1" },
+       { .compatible = "brcm,bcm4329-bt" },
        { .compatible = "brcm,bcm4345c5" },
        { .compatible = "brcm,bcm4330-bt" },
        { .compatible = "brcm,bcm43438-bt" },