diff options
author | Chen-Yu Tsai <wens@csie.org> | 2018-12-16 23:04:46 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2018-12-18 18:28:39 -0500 |
commit | 66904555191cbcefa8aa552df018b4f56d94e3ae (patch) | |
tree | 345e0258b380b8b61f7983640b8ba08387deb6b2 | |
parent | 92ffe0db3c858ca568cf480899396e63344eab86 (diff) |
Bluetooth: hci_bcm: Add compatible string for BCM4330
The BCM4330 chip is a 802.11 a/b/g/n + Bluetooth 4.0 + HS controller.
This patch adds a compatible string match to the serdev driver for the
Bluetooth part of the chip.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
-rw-r--r-- | drivers/bluetooth/hci_bcm.c | 1 |
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 |
1398 | static const struct of_device_id bcm_bluetooth_of_match[] = { | 1398 | static 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 | }; |