clk: samsung: exynosautov920: add cpucl1/2 clock support
authorShin Son <shin.son@samsung.com>
Mon, 28 Apr 2025 11:35:15 +0000 (20:35 +0900)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 30 Apr 2025 07:25:22 +0000 (09:25 +0200)
commit84d36f26d0314a089405af3df9e213dcfb8ecbc0
tree0fb27807cf4851cc47e54bdedaee2f43cf04ef92
parent22493f2231693be08b9c98bf465de4ca9dccb5af
clk: samsung: exynosautov920: add cpucl1/2 clock support

Register compatible and cmu_info data to support clock CPUCL1/2
(CPU Cluster 1 and CPU Cluster 2),
these provide clock for CPUCL1/2_SWTICH/CLUSTER.

These clocks are required early during boot for the CPUs,
so they are declared using CLK_OF_DECLARE instead of being registered
through a platform driver.

Signed-off-by: Shin Son <shin.son@samsung.com>
Link: https://lore.kernel.org/r/20250428113517.426987-3-shin.son@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/clk/samsung/clk-exynosautov920.c