Re: [PATCH v2] clk: tegra: divider: Check UART's divider enable-bit state on rate's recalculation

From: Stephen Boyd
Date: Wed Nov 13 2019 - 18:03:04 EST


Quoting Dmitry Osipenko (2019-10-29 17:48:13)
> UART clock is divided using divisor values from DLM/DLL registers when
> enable-bit is unset in clk register and clk's divider configuration isn't
> taken onto account in this case. This doesn't cause any problems, but
> let's add a check for the divider's enable-bit state, for consistency.
>
> Acked-by: Peter De Schrijver <pdeschrijver@xxxxxxxxxx>
> Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx>
> ---

Is this going to be picked up or should I just apply atop the tegra PR?