clk: qcom: apss-ipq6018: mark apcs_alias0_core_clk as critical
authorRobert Marko <robimarko@gmail.com>
Thu, 18 Aug 2022 22:06:22 +0000 (00:06 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 27 Sep 2022 02:40:10 +0000 (21:40 -0500)
commit86e78995c93ee182433f965babfccd48417d4dcf
tree2e6f370613bfc6dbf6ee01956e8b024e0d7c2edf
parent43a56cbf2a38170b02db29654607575b1b4b5bc0
clk: qcom: apss-ipq6018: mark apcs_alias0_core_clk as critical

While fixing up the driver I noticed that my IPQ8074 board was hanging
after CPUFreq switched the frequency during boot, WDT would eventually
reset it.

So mark apcs_alias0_core_clk as critical since its the clock feeding the
CPU cluster and must never be disabled.

Fixes: 5e77b4ef1b19 ("clk: qcom: Add ipq6018 apss clock controller")
Signed-off-by: Robert Marko <robimarko@gmail.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220818220628.339366-3-robimarko@gmail.com
drivers/clk/qcom/apss-ipq6018.c