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>
This commit is contained in:
Rocky Liao
2020-03-25 10:26:37 +08:00
committed by Marcel Holtmann
parent 1a323ea535
commit e5d6468fe9
3 changed files with 48 additions and 13 deletions

View File

@@ -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)