Re: [PATCH] clk: clocking-wizard: Fix the round rate handling for versal

From: Stephen Boyd
Date: Sun Jul 27 2025 - 02:52:26 EST


Quoting Shubhrajyoti Datta (2025-06-24 22:41:14)
> Fix the `clk_round_rate` implementation for Versal platforms by calling
> the Versal-specific divider calculation helper. The existing code used
> the generic divider routine, which results in incorrect round rate.
>
> Fixes: 7681f64e6404 ("clk: clocking-wizard: calculate dividers fractional parts")
> Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxx>
> ---

Applied to clk-next