Re: [v10 2/6] clk: qcom: Add Global Clock controller (GCC) driver for IPQ5018

From: Konrad Dybcio
Date: Thu Jun 15 2023 - 08:56:08 EST


On 15.06.2023 11:06, Sricharan Ramabadhran wrote:
> Add support for the global clock controller found on IPQ5018
> based devices.
>
> Co-developed-by: Varadarajan Narayanan <quic_varada@xxxxxxxxxxx>
> Signed-off-by: Varadarajan Narayanan <quic_varada@xxxxxxxxxxx>
> Co-developed-by: Gokul Sriram Palanisamy <quic_gokulsri@xxxxxxxxxxx>
> Signed-off-by: Gokul Sriram Palanisamy <quic_gokulsri@xxxxxxxxxxx>
> Signed-off-by: Sricharan Ramabadhran <quic_srichara@xxxxxxxxxxx>
> ---

> +
> +static const struct freq_tbl ftbl_apss_axi_clk_src[] = {
> + F(400000000, P_GPLL0, 2, 0, 0),
> + { }
> +};
This is weirdly far away from its use.

With that fixed:

Acked-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Konrad