Re: [PATCH 1/2] clk: hisilicon: add CRG driver Hi3521a SoC

From: Krzysztof Kozlowski
Date: Sun May 01 2022 - 04:36:26 EST


On 01/05/2022 07:10, Marty E. Plummer wrote:
> Add CRG driver for Hi3521A SoC. CRG (Clock and Reset Generator) module
> generates clock and reset signals used by other module blocks on SoC.
>
>
(...)

> + return;
> +
> + hisi_clk_register_mux(hi3521a_sysctrl_mux_clks,
> + ARRAY_SIZE(hi3521a_sysctrl_mux_clks),
> + clk_data);
> +}
> +CLK_OF_DECLARE(hi3521a_sysctrl, "hisilicon,hi3521a-sysctrl", hi3521a_sysctrl_init);
Missing bindings.

Best regards,
Krzysztof