aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2019-05-20 15:41:04 +0200
committerMarcel Holtmann <marcel@holtmann.org>2019-07-06 12:56:44 +0200
commitf4d297eec673097ad5c1a971db7ea8f9b6e5fa2e (patch)
tree0d86e0cc858b9fe677608ea4fee8fe23ee4c8a7c /drivers/bluetooth
parentdt-bindings: net: bluetooth: Add device property firmware-name for QCA6174 (diff)
downloadlinux-dev-f4d297eec673097ad5c1a971db7ea8f9b6e5fa2e.tar.xz
linux-dev-f4d297eec673097ad5c1a971db7ea8f9b6e5fa2e.zip
Bluetooth: btbcm: Add entry for BCM4359C0 UART bluetooth
The BCM4359C0 BT/Wi-Fi compo chip needs an entry to be discovered by the btbcm driver. Tested using an AP6398S module from Ampak. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btbcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c
index 3fe941539a1f..124ef0a3e1dd 100644
--- a/drivers/bluetooth/btbcm.c
+++ b/drivers/bluetooth/btbcm.c
@@ -335,6 +335,7 @@ static const struct bcm_subver_table bcm_uart_subver_table[] = {
{ 0x230f, "BCM4356A2" }, /* 001.003.015 */
{ 0x220e, "BCM20702A1" }, /* 001.002.014 */
{ 0x4217, "BCM4329B1" }, /* 002.002.023 */
+ { 0x6106, "BCM4359C0" }, /* 003.001.006 */
{ }
};