Re: [PATCH v2 04/14] clk: imx: pfdv2: switch to use determine_rate

From: Shawn Guo
Date: Tue Mar 10 2020 - 02:02:53 EST


On Wed, Feb 19, 2020 at 03:59:47PM +0800, peng.fan@xxxxxxx wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> Per clk_ops, compared with round_rate, determine_rate could optionally
> support the parent clock that should be used to provide the clock rate.
>
> In this patch, the parent clock is just parent->rate as round_rate.
>
> The following patch will calculate the best parent clock.
>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>

Applied, thanks.