clk: qcom: gcc-ipq806x: add unusued flag for critical clock
authorAnsuel Smith <ansuelsmth@gmail.com>
Sat, 26 Feb 2022 13:52:28 +0000 (14:52 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 8 Mar 2022 22:19:31 +0000 (16:19 -0600)
commit28aa450d38e521de45be951df052d2c49a17fae2
tree1f9ac81cc52694d8aa9a18e769f5abe617f41abf
parent512ea2edfe15ffa2cd839b3a31d768145f2edc20
clk: qcom: gcc-ipq806x: add unusued flag for critical clock

Some clocks are used by other devices present on the SoC. For example
the gsbi4_h_clk is used by RPM and is if disabled cause the RPM to
reject any regulator change command. These clock should never be
disabled.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Tested-by: Jonathan McDowell <noodles@earth.li>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220226135235.10051-9-ansuelsmth@gmail.com
drivers/clk/qcom/gcc-ipq806x.c