Dear Tom, The following changes since commit dde373bde392c38649c8c4420e0c98ef8d38d9dc:
Prepare v2024.04-rc5 (2024-03-25 21:56:50 -0400) are available in the git repository at: g...@source.denx.de:u-boot/custodians/u-boot-samsung.git master for you to fetch changes up to 1751ba9a3b79ea5083ff5c4de58fe3bd9588f32a: clk: exynos: Add CMU_CORE and CMU_HSI for Exynos850 (2024-03-26 18:56:55 +0900) ---------------------------------------------------------------- Sam Protsenko (4): clk: exynos: Re-arrange clocks in Exynos850 CMU_TOP clk: exynos: Don't expose prototypes for not used functions clk: exynos: Fix incorrect clock lookup for non-top CMUs clk: exynos: Add CMU_CORE and CMU_HSI for Exynos850 drivers/clk/exynos/clk-exynos850.c | 326 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- drivers/clk/exynos/clk-pll.c | 6 +- drivers/clk/exynos/clk-pll.h | 6 ++ drivers/clk/exynos/clk.c | 47 ++++++---- drivers/clk/exynos/clk.h | 70 ++++++++++----- 5 files changed, 384 insertions(+), 71 deletions(-) Thanks, Minkyu Kang.