]> git.hungrycats.org Git - linux/commit
clk: qcom: gcc-sm8150: De-register gcc_cpuss_ahb_clk_src
authorSatya Priya Kakitapalli <quic_skakitap@quicinc.com>
Mon, 12 Aug 2024 05:13:05 +0000 (10:43 +0530)
committerBjorn Andersson <andersson@kernel.org>
Thu, 15 Aug 2024 19:14:55 +0000 (14:14 -0500)
commitbab0c7a0bc586e736b7cd2aac8e6391709a70ef2
treeab001c830178b1420c455c01d2b6c7b86c587307
parentb8acaf2de8081371761ab4cf1e7a8ee4e7acc139
clk: qcom: gcc-sm8150: De-register gcc_cpuss_ahb_clk_src

The branch clocks of gcc_cpuss_ahb_clk_src are marked critical
and hence these clocks vote on XO blocking the suspend.
De-register these clocks and its source as there is no rate
setting happening on them.

Fixes: 4433594bbe5d ("clk: qcom: gcc: Add global clock controller driver for SC8180x")
Cc: stable@vger.kernel.org
Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@quicinc.com>
Link: https://lore.kernel.org/r/20240812-gcc-sc8180x-fixes-v2-5-8b3eaa5fb856@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/gcc-sc8180x.c