]> git.baikalelectronics.ru Git - uboot.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)
commit5a5f3984a2f730e96902fad9d03bbceb59c7abbd
tree46c8ae1c129d6d1f390aa281cd7af55091028cfe
parentc58df9b89a9aec88f60e347bd02110c40682e02c
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]