Re: [RFC PATCH v1 04/14] clk: thead: Add clock driver for TH1520 Video Output subsystem
From: Krzysztof Kozlowski
Date: Tue Dec 03 2024 - 10:59:48 EST
On 03/12/2024 14:41, Michal Wilczynski wrote:
> The Video Output (VO) module on the T-Head TH1520 SoC has its own set of
> clocks that need proper management. This commit introduces the
> clk-th1520-vo driver to support the VO subsystem clocks.
>
> Currently, only the clock gates are implemented, as they are the primary
> relevant clocks for the VO subsystem at this stage.
>
> Signed-off-by: Michal Wilczynski <m.wilczynski@xxxxxxxxxxx>
> ---
> drivers/clk/thead/Kconfig | 11 ++
> drivers/clk/thead/Makefile | 1 +
> drivers/clk/thead/clk-th1520-vo.c | 168 +++++++++++++++++++
> include/dt-bindings/clock/thead,th1520-clk.h | 34 ++++
Please run scripts/checkpatch.pl and fix reported warnings. Then please
run `scripts/checkpatch.pl --strict` and (probably) fix more warnings.
Best regards,
Krzysztof