Re: [PATCH v2 02/10] clk: samsung: Add clock PLL support for ARTPEC-8 SoC

From: Krzysztof Kozlowski
Date: Fri Aug 22 2025 - 02:35:02 EST


On 21/08/2025 14:32, Ravi Patel wrote:
> +
> +static const struct clk_ops samsung_pll1031x_clk_ops = {
> + .recalc_rate = samsung_pll1031x_recalc_rate,
> + .round_rate = samsung_pll_round_rate,


This will conflict with round_rate drop, so might need rebasing. Please
follow up discussion or decisions in the round rate patchset.

Best regards,
Krzysztof