OSDN Git Service

clk: qcom: ipq5332: mark GPLL4 as ignore unused temporarily
authorKathiravan T <quic_kathirav@quicinc.com>
Tue, 7 Mar 2023 06:22:28 +0000 (11:52 +0530)
committerBjorn Andersson <andersson@kernel.org>
Wed, 15 Mar 2023 23:22:15 +0000 (16:22 -0700)
commit377c0b46d8794ab4441c8c079e079dc2e367c1e1
treed617a7bf68de538ed7ed514087772a2c54a452f2
parent3d89d52970fdbeaf252d9e4f9bd067222d12641d
clk: qcom: ipq5332: mark GPLL4 as ignore unused temporarily

Clock framework disables the GPLL4 source since there are no active users
for this source currently. Some of the clocks initialized by the
bootloaders uses the GPLL4 as the source. Due to this, when the GPLL4 is
disabled by the clock framework, system is going for the reboot.

To avoid this, mark the GPLL4 as ignore unused so that clock framework
doesn't disable it. Once the users of this source is enabled, we can get
rid of this flag.

Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230307062232.4889-6-quic_kathirav@quicinc.com
drivers/clk/qcom/gcc-ipq5332.c