[PATCH] clk: samsung: fix getting Exynos4 fin_pll rate from external clocks
Stephen Boyd
sboyd at kernel.org
Tue Jul 23 11:29:37 PDT 2024
Quoting Krzysztof Kozlowski (2024-07-21 23:33:09)
> Commit 0dc83ad8bfc9 ("clk: samsung: Don't register clkdev lookup for the
> fixed rate clocks") claimed registering clkdev lookup is not necessary
> anymore, but that was not entirely true: Exynos4210/4212/4412 clock code
> still relied on it to get the clock rate of xxti or xusbxti external
> clocks.
>
> Drop that requirement by accessing already registered clk_hw when
> looking up the xxti/xusbxti rate.
>
> Reported-by: Artur Weber <aweber.kernel at gmail.com>
> Closes: https://lore.kernel.org/all/6227c1fb-d769-462a-b79b-abcc15d3db8e@gmail.com/
> Fixes: 0dc83ad8bfc9 ("clk: samsung: Don't register clkdev lookup for the fixed rate clocks")
> Cc: <stable at vger.kernel.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
> ---
Applied to clk-next
More information about the linux-arm-kernel
mailing list