aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2019-12-15 21:52:52 +0300
committerMarcel Holtmann <marcel@holtmann.org>2020-01-04 10:41:03 +0100
commit88d1cc96c4660f59d32a45810f49943e84c4bd54 (patch)
tree01f6640d068cbc344a76948506c062a6ba80a1f6
parentBluetooth: Remove usage of BT_ERR_RATELIMITED macro (diff)
downloadlinux-dev-88d1cc96c4660f59d32a45810f49943e84c4bd54.tar.xz
linux-dev-88d1cc96c4660f59d32a45810f49943e84c4bd54.zip
Bluetooth: hci_bcm: Add device-tree compatible for BCM4329
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>
-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 f8f5c593a05c..bbfaf0c1529d 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -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" },