Re: [PATCH v2 4/4] clk: k210: Try harder to get the best config

2021-09-29 Thread Simon Glass
On Sat, 11 Sept 2021 at 11:20, Sean Anderson wrote: > > In some cases, the best config cannot be used because the VCO would be > out-of-spec. In these cases, we may need to try a worse combination of r/od > in order to find the best representable config. This also adds a few test > cases to catch

[PATCH v2 4/4] clk: k210: Try harder to get the best config

2021-09-11 Thread Sean Anderson
In some cases, the best config cannot be used because the VCO would be out-of-spec. In these cases, we may need to try a worse combination of r/od in order to find the best representable config. This also adds a few test cases to catch this and other (possible) unlikely errors. Signed-off-by: Sean