]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: add support for TI K3 SoC PLL
authorTero Kristo <t-kristo@ti.com>
Fri, 11 Jun 2021 08:45:13 +0000 (11:45 +0300)
committerLokesh Vutla <lokeshvutla@ti.com>
Fri, 11 Jun 2021 11:04:52 +0000 (16:34 +0530)
commit0aa2930ca192a8738d1da8222fc6ac21d7c19182
tree46c8ae1c129d6d1f390aa281cd7af55091028cfe
parent6b7fd3128f71e8c1fa847c18be4b9a322f341ba7
clk: add support for TI K3 SoC PLL

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>
drivers/clk/ti/Kconfig
drivers/clk/ti/Makefile
drivers/clk/ti/clk-k3-pll.c [new file with mode: 0644]
include/k3-clk.h [new file with mode: 0644]