Commits
Tero Kristo committed 5fcfd57a946
clk: keystone: sci-clk: add slack to clk-set-rate passed to firmware Add some slack to the clock frequency parameters passed to firmware within clk_set_rate. min-freq is changed to 0 and max-rate is changed to ULONG_MAX. This fixes certain issues with pll clock rounding. Signed-off-by: Tero Kristo <t-kristo@ti.com>