Skip to content

Commit

Permalink
Bluetooth: hci_qca: Add support for Qualcomm Bluetooth chip wcn3990
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bgodavar authored and holtmann committed Aug 3, 2018
1 parent 4219d46 commit fa9ad87
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 47 deletions.
3 changes: 3 additions & 0 deletions drivers/bluetooth/btqca.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
#define EDL_TAG_ID_HCI (17)
#define EDL_TAG_ID_DEEP_SLEEP (27)

#define QCA_WCN3990_POWERON_PULSE 0xFC
#define QCA_WCN3990_POWEROFF_PULSE 0xC0

enum qca_bardrate {
QCA_BAUDRATE_115200 = 0,
QCA_BAUDRATE_57600,
Expand Down
Loading

0 comments on commit fa9ad87

Please sign in to comment.