Re: [PATCH V3] clk: qcom: ipq5332: mark GPLL4 as critical temporarily

From: Stephen Boyd
Date: Fri Feb 17 2023 - 17:36:35 EST


Quoting Kathiravan T (2023-02-17 00:07:20)
> 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 CRITICAL so that clock framework

s/CRITICAL/ignore unused/

> 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@xxxxxxxxxxx>