diff options
| author | Sungjun Park <sjpark@codeaurora.org> | 2016-03-10 17:28:09 -0800 |
|---|---|---|
| committer | Jeevan Shriram <jshriram@codeaurora.org> | 2016-04-07 16:02:41 -0700 |
| commit | 9ce80b18e1e1baffbed19350d08dffb442a3b941 (patch) | |
| tree | cd32f6bb4646522bf93c109dd650c986886c21e7 /include/linux | |
| parent | 3b2476f5646b0888a69e5ddddd428f2a0a139408 (diff) | |
bluetooth: Add WCN3990 power control
To support WCN3990 chipset, add control to configure
regulators and clock.
Change-Id: Ibf0e4a0ebd55adaadb6d26b335c3d0a9edbe8845
Signed-off-by: Sungjun Park <sjpark@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/bluetooth-power.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/bluetooth-power.h b/include/linux/bluetooth-power.h index a411520a83b2..7211c48dbc7b 100644 --- a/include/linux/bluetooth-power.h +++ b/include/linux/bluetooth-power.h @@ -27,6 +27,8 @@ struct bt_power_vreg_data { /* voltage levels to be set */ unsigned int low_vol_level; unsigned int high_vol_level; + /* current level to be set */ + unsigned int load_uA; /* * is set voltage supported for this regulator? * false => set voltage is not supported |
