Messages in this thread |  | | Date | Sun, 1 May 2022 10:35:37 +0200 | Subject | Re: [PATCH 1/2] clk: hisilicon: add CRG driver Hi3521a SoC | From | Krzysztof Kozlowski <> |
| |
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
|  |