]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: exynos: Move pll code into clk-exynos7420
authorSam Protsenko <semen.protsenko@linaro.org>
Thu, 11 Jan 2024 03:09:02 +0000 (21:09 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 24 Jan 2024 02:23:20 +0000 (11:23 +0900)
commit0caae9fdc2fc3dab45ec93d18a64e0027543c58c
tree864f94542f83456491e0db89d412fb5d8420efd8
parent8fd06aeb8a6d1fa25185b7a3adc96a54d44251a9
clk: exynos: Move pll code into clk-exynos7420

PLL utilities code is only used by clk-exynos7420 driver at the moment.
Move it into clk-exynos7420 to make clk-pll.c file available for CCF PLL
clocks implementation, which is coming in the next patches.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Chanho Park <chanho61.park@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/clk/exynos/Makefile
drivers/clk/exynos/clk-exynos7420.c
drivers/clk/exynos/clk-pll.c [deleted file]
drivers/clk/exynos/clk-pll.h [deleted file]