]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: exynos: Add CMU_CORE and CMU_HSI for Exynos850
authorSam Protsenko <semen.protsenko@linaro.org>
Fri, 8 Mar 2024 02:18:58 +0000 (20:18 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 26 Mar 2024 09:56:55 +0000 (18:56 +0900)
commit1751ba9a3b79ea5083ff5c4de58fe3bd9588f32a
treef2854520526cbe6f13fa1933c9af53c39ce1cc00
parentf77780b0ee5ebec1ed1912a262fd467be09ddc1e
clk: exynos: Add CMU_CORE and CMU_HSI for Exynos850

CMU_CORE generates clocks needed for eMMC enablement, and CMU_HSI
provides clocks for SD card and USB. Most of the code is copied from the
Linux kernel counterpart driver.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/clk/exynos/clk-exynos850.c