summaryrefslogtreecommitdiff
path: root/include/k3-clk.h
Commit message (Collapse)AuthorAgeFilesLines
* clk: add support for TI K3 SoC clocksTero Kristo2021-06-111-0/+161
| | | | | | | | | Add driver to support TI K3 generation SoC clocks. This driver registers the clocks provided via platform data, and adds support for controlling the clocks via DT handles. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Tero Kristo <kristo@kernel.org>
* clk: add support for TI K3 SoC PLLTero Kristo2021-06-111-0/+15
Add support for TI K3 SoC PLLs. This clock type supports enabling/disabling/setting and querying the clock rate for the PLL. The euclidean library routine is used to calculate divider/multiplier rates for the PLLs. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Tero Kristo <kristo@kernel.org>