Re: [PATCH 1/2] ath10k: Add optional qdss clk
From: Rob Herring <robh@kernel.org>
Date: 2020-01-08 16:25:29
Also in:
linux-arm-msm, linux-devicetree, linux-wireless, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-01-08 16:25:29
Also in:
linux-arm-msm, linux-devicetree, linux-wireless, lkml
On Sun, 22 Dec 2019 21:48:54 -0800, Bjorn Andersson wrote:
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 <redacted> --- Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt | 2 +- drivers/net/wireless/ath/ath10k/snoc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Acked-by: Rob Herring <robh@kernel.org>