Re: [PATCH] clk: samsung: fix getting Exynos4 fin_pll rate from external clocks

From: Stephen Boyd
Date: Tue Jul 23 2024 - 14:29:49 EST


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@xxxxxxxxx>
> Closes: https://lore.kernel.org/all/6227c1fb-d769-462a-b79b-abcc15d3db8e@xxxxxxxxx/
> Fixes: 0dc83ad8bfc9 ("clk: samsung: Don't register clkdev lookup for the fixed rate clocks")
> Cc: <stable@xxxxxxxxxxxxxxx>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---

Applied to clk-next