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