]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 10:01:01 +0000 (12:01 +0200)
commit9fff37bc82b50fa3551dd69536d22227f13a53f4
treec20f7c86f7dace5c3f3d9436adc4b2dc0c486d83
parent0e595d3f99279627855345158a9252f1f586cc1b
clk: qcom: gcc-sm8150: De-register gcc_cpuss_ahb_clk_src

commit bab0c7a0bc586e736b7cd2aac8e6391709a70ef2 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/qcom/gcc-sc8180x.c