]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: thead: Add clock support for VO subsystem in T-HEAD TH1520 SoC
authorMichal Wilczynski <m.wilczynski@samsung.com>
Thu, 3 Apr 2025 09:44:24 +0000 (11:44 +0200)
committerDrew Fustini <dfustini@tenstorrent.com>
Wed, 7 May 2025 17:09:28 +0000 (10:09 -0700)
commit50d4b157fa96bfeb4f383d7dad80f8bdef0d1d2a
tree97d8b2525f2e361e488a715dc5f377cd92f2bb16
parent1b4bb451f3adeb7e5fb86c09cd83609638964b68
clk: thead: Add clock support for VO subsystem in T-HEAD TH1520 SoC

The T-Head TH1520 SoC integrates a variety of clocks for its subsystems,
including the Application Processor (AP) and the Video Output (VO) [1].
Up until now, the T-Head clock driver only supported AP clocks.

Extend the driver to provide clock functionality for the VO subsystem.
At this stage, the focus is on implementing the VO clock gates, as these
are currently the most relevant and required components for enabling and
disabling the VO subsystem functionality.  Future enhancements may
introduce additional VO-related clocks as necessary.

Link: https://openbeagle.org/beaglev-ahead/beaglev-ahead/-/blob/main/docs/TH1520%20System%20User%20Manual.pdf
Reviewed-by: Drew Fustini <drew@pdp7.com>
Signed-off-by: Michal Wilczynski <m.wilczynski@samsung.com>
Signed-off-by: Drew Fustini <drew@pdp7.com>
drivers/clk/thead/clk-th1520-ap.c