diff options
author | Rakesh Pillai <pillair@codeaurora.org> | 2020-06-26 23:31:42 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-09-08 08:42:47 +0300 |
commit | 9e69fe31ca9ae18a06e1a468d9179505066a85fe (patch) | |
tree | a60d711dca574390b79b11951402a315118e5638 | |
parent | 8f1553694551f36441e6c4e66e4ccc24ae891994 (diff) |
ath10k: Add support for chain1 regulator supply voting
Add support to vote for chain-1 voltage regulator
in WCN3990.
Tested-on: WCN3990 hw1.0 SNOC WLAN.HL.3.1-01040-QCAHLSWMTPLZ-1
Signed-off-by: Rakesh Pillai <pillair@codeaurora.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1593194502-13164-3-git-send-email-pillair@codeaurora.org
-rw-r--r-- | drivers/net/wireless/ath/ath10k/snoc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/snoc.c b/drivers/net/wireless/ath/ath10k/snoc.c index f0494b5fcf3c..fd41f25456dc 100644 --- a/drivers/net/wireless/ath/ath10k/snoc.c +++ b/drivers/net/wireless/ath/ath10k/snoc.c @@ -46,6 +46,7 @@ static const char * const ath10k_regulators[] = { "vdd-1.8-xo", "vdd-1.3-rfa", "vdd-3.3-ch0", + "vdd-3.3-ch1", }; static const char * const ath10k_clocks[] = { |