Re: [PATCH V2] clk: tegra: Return the exact clock rate from clk_round_rate

From: Stephen Boyd
Date: Tue Oct 16 2018 - 18:47:13 EST


Quoting Robert Yang (2018-09-25 14:49:40)
> The current behavior is that clk_round_rate would return the same clock
> rate passed to it for valid PLL configurations. This change will return
> the exact rate the PLL will provide in accordance with clk API.
>
> Signed-off-by: Robert Yang <decatf@xxxxxxxxx>
> ---

I'm waiting for someone from Nvidia/Tegra background to review this
change.