Skip to content

Commit fa9ad87

Browse files
bgodavarholtmann
authored andcommitted
Bluetooth: hci_qca: Add support for Qualcomm Bluetooth chip wcn3990
Add support to set voltage/current of various regulators to power up/down Bluetooth chip wcn3990. Signed-off-by: Balakrishna Godavarthi <[email protected]> Reviewed-by: Matthias Kaehlcke <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent 4219d46 commit fa9ad87

File tree

2 files changed

+363
-47
lines changed

2 files changed

+363
-47
lines changed

drivers/bluetooth/btqca.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
#define EDL_TAG_ID_HCI (17)
3838
#define EDL_TAG_ID_DEEP_SLEEP (27)
3939

40+
#define QCA_WCN3990_POWERON_PULSE 0xFC
41+
#define QCA_WCN3990_POWEROFF_PULSE 0xC0
42+
4043
enum qca_bardrate {
4144
QCA_BAUDRATE_115200 = 0,
4245
QCA_BAUDRATE_57600,

0 commit comments

Comments
 (0)