On Fri, Sep 27, 2024 at 12:22:41PM GMT, Sricharan R wrote: > From: Sricharan Ramabadhran <quic_srichara@xxxxxxxxxxx> > > Add support for the global clock controller found on IPQ5424 SoC. > > Co-developed-by: Varadarajan Narayanan <quic_varada@xxxxxxxxxxx> > Signed-off-by: Varadarajan Narayanan <quic_varada@xxxxxxxxxxx> > Signed-off-by: Sricharan Ramabadhran <quic_srichara@xxxxxxxxxxx> > --- > [v2] Remove CLK_IS_CRITICAL for all clks > Added CLK_IGNORE_UNUSED only for gpll0 temporarily till This should be gpll4, not gpll0 (no need to resend just to fix the changelog though). Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > dependent consumers are enabled > Fixed probe to use qcom_cc_probe > > drivers/clk/qcom/Kconfig | 8 + > drivers/clk/qcom/Makefile | 1 + > drivers/clk/qcom/gcc-ipq5424.c | 3309 ++++++++++++++++++++++++++++++++ > 3 files changed, 3318 insertions(+) > create mode 100644 drivers/clk/qcom/gcc-ipq5424.c > -- With best wishes Dmitry