Bluetooth: btbcm: Add entry for BCM4343A0 UART bluetooth
authorJörg Krause <joerg.krause@embedded.rocks>
Thu, 18 Jan 2018 09:21:55 +0000 (10:21 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 18 Jan 2018 09:24:38 +0000 (10:24 +0100)
commitd456f678a074b5d7cf14c4043f9294edadc2aef8
tree695414cbf43cb10050c3ac2cfbf50c903533fed7
parent4f7d58517f461aa6e7b7509668f04021e089323d
Bluetooth: btbcm: Add entry for BCM4343A0 UART bluetooth

This patch adds the device ID for the bluetooth chip used in the
AMPAK AP6212 WiFi+Bluetooth module. The AP6212 is used on several
BananaPi boards, e.g. M2-Ultra.

The AP6212 is a combo module, where the WiFi chip is identified as
BCM43430A0 whereas the Bluetooth chip identifies itself as 4343A0. Note,
the missing '0' before the 'A0'.

The AP6212 needs a firmware blob. Loading the provided firmware file
from the BananaPi vendor, the adapter name is printed as
'BCM4343A0 26MHz AP6212_CL1-0061':

'''
hci0: Type: Primary  Bus: UART
BD Address: 43:43:A0:12:1F:AC  ACL MTU: 1021:8  SCO MTU: 64:1
UP RUNNING
RX bytes:3076 acl:0 sco:0 events:278 errors:0
TX bytes:39726 acl:0 sco:0 commands:279 errors:0
Features: 0xbf 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH SNIFF
Link mode: SLAVE ACCEPT
Name: 'BCM4343A0 26MHz AP6212_CL1-0061'
Class: 0x000000
Service Classes: Unspecified
Device Class: Miscellaneous,
HCI Version: 4.1 (0x7)  Revision: 0xf2
LMP Version: 4.1 (0x7)  Subversion: 0x2122
Manufacturer: Broadcom Corporation (15)
'''

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btbcm.c