aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/snoc.c
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2019-12-22 21:48:54 -0800
committerKalle Valo <kvalo@codeaurora.org>2020-01-26 12:24:47 +0200
commit57a3b60ddbfa87e8707c453c69915a3c5d2c9e50 (patch)
treee36b231e122a8c9855a979a323f425829d881063 /drivers/net/wireless/ath/ath10k/snoc.c
parentath10k: pci: Fix comment on ath10k_pci_dump_memory_sram (diff)
downloadlinux-dev-57a3b60ddbfa87e8707c453c69915a3c5d2c9e50.tar.xz
linux-dev-57a3b60ddbfa87e8707c453c69915a3c5d2c9e50.zip
ath10k: Add optional qdss clk
The WiFi firmware found on sm8150 requires that the QDSS clock is ticking in order to operate, so add an optional clock to the binding to allow this to be specified in the sm8150 dts and add the clock to the list of clocks in the driver. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/snoc.c')
-rw-r--r--drivers/net/wireless/ath/ath10k/snoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/snoc.c b/drivers/net/wireless/ath/ath10k/snoc.c
index 7e85c4916e7f..aeb4cca92c35 100644
--- a/drivers/net/wireless/ath/ath10k/snoc.c
+++ b/drivers/net/wireless/ath/ath10k/snoc.c
@@ -46,7 +46,7 @@ static const char * const ath10k_regulators[] = {
};
static const char * const ath10k_clocks[] = {
- "cxo_ref_clk_pin",
+ "cxo_ref_clk_pin", "qdss",
};
static void ath10k_snoc_htc_tx_cb(struct ath10k_ce_pipe *ce_state);