]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: exynos: Add Exynos850 clock driver
authorSam Protsenko <semen.protsenko@linaro.org>
Thu, 11 Jan 2024 03:09:04 +0000 (21:09 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 24 Jan 2024 02:23:20 +0000 (11:23 +0900)
commita36cc5e3ef4dbd6807c83b7167d24f32821a9c10
tree8c2054d0c1aded0be76f22ef73330e82c95fc1c5
parentff3e8b8c6c225aa088cc2b74ad7ac03d364127e4
clk: exynos: Add Exynos850 clock driver

Heavily influenced by its Linux kernel counterpart. It's implemented on
top of recently added Samsung CCF clock framework API. For now only UART
leaf clocks are implemented, along with all preceding clocks in CMU_TOP
and CMU_PERI. The UART baud clock is required in the serial driver, to
get its rate for the consequent baud rate calculation.

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/Kconfig
drivers/clk/exynos/Makefile
drivers/clk/exynos/clk-exynos850.c [new file with mode: 0644]