clk: samsung: gs101: register cmu_misc clocks early
authorPeter Griffin <peter.griffin@linaro.org>
Fri, 22 Dec 2023 16:53:54 +0000 (16:53 +0000)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 22 Jan 2024 11:01:54 +0000 (12:01 +0100)
commit163cd42fc49081964e0fc6f0b1e94b6b50eb85f5
tree3ffabd74c36979cb438545922e6da23359f2aade
parentd76c762e7ee04af79e1c127422e0bbcb5f123018
clk: samsung: gs101: register cmu_misc clocks early

Update cmu_misc so it is registered early, as it contains
the gate which clocks the Multi Core Timer (MCT). This clock
is required early in boot, otherwise exynos_mct will fail
obtaining the clock.

Note this wasn't previously an issue as exynos_mct wasn't
enabled.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Link: https://lore.kernel.org/r/20231222165355.1462740-3-peter.griffin@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/clk/samsung/clk-gs101.c