[RFC PATCH v1 04/14] clk: thead: Add clock driver for TH1520 Video Output subsystem
Krzysztof Kozlowski
krzk at kernel.org
Tue Dec 3 07:54:29 PST 2024
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 at samsung.com>
> ---
> 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
More information about the linux-riscv
mailing list