diff options
author | Rocky Liao <rjliao@codeaurora.org> | 2020-03-25 03:26:37 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2020-04-02 08:25:19 +0200 |
commit | e5d6468fe9d8dced9af0c548a359a7dbeb31c931 (patch) | |
tree | d5e8b333e2f1de7daddb7c6932962a4d322359a1 /drivers/bluetooth/btqca.h | |
parent | x86: get rid of 'errret' argument to __get_user_xyz() macross (diff) | |
download | linux-e5d6468fe9d8dced9af0c548a359a7dbeb31c931.tar.xz linux-e5d6468fe9d8dced9af0c548a359a7dbeb31c931.zip |
Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC QCA6390
This patch adds support for QCA6390, including the devicetree and acpi
compatible hwid matching, and patch/nvm downloading.
Signed-off-by: Rocky Liao <rjliao@codeaurora.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btqca.h')
-rw-r--r-- | drivers/bluetooth/btqca.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/bluetooth/btqca.h b/drivers/bluetooth/btqca.h index e16a4d650597..6e1e62dd4b95 100644 --- a/drivers/bluetooth/btqca.h +++ b/drivers/bluetooth/btqca.h @@ -125,8 +125,9 @@ enum qca_btsoc_type { QCA_AR3002, QCA_ROME, QCA_WCN3990, - QCA_WCN3991, QCA_WCN3998, + QCA_WCN3991, + QCA_QCA6390, }; #if IS_ENABLED(CONFIG_BT_QCA) |