]> git.ipfire.org Git - thirdparty/u-boot.git/commit
clk: exynos: add support for fixed rate and fixed factor clocks
authorKaustabh Chakraborty <kauschluss@disroot.org>
Fri, 17 Oct 2025 15:21:30 +0000 (20:51 +0530)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 12 Nov 2025 04:56:12 +0000 (13:56 +0900)
commitb006e40963c5db79fca7134cdfced643e095f64c
treed06ccb5714ca9656f77aa8ca0d15094b53dcbe9b
parent2a07137641769e06d4775698ff05d3a63ce82743
clk: exynos: add support for fixed rate and fixed factor clocks

Add register functions for fixed rate and fixed factor clock drivers.
The vendor-specific structs defined are borrowed from the CCF driver
found in the Linux kernel.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/clk/exynos/clk.c
drivers/clk/exynos/clk.h