]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: meson: axg: add the fractional part of the fixed_pll
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 19 Jan 2018 15:55:29 +0000 (16:55 +0100)
committerJerome Brunet <jbrunet@baylibre.com>
Mon, 12 Feb 2018 08:49:23 +0000 (09:49 +0100)
commit6b71aceceb09918daf37a40a1221077599040be3
treec0976c81450a6b568ac7b18e3442ccea7b6d7cc6
parent07f45e2ecc1ba1ce75d80768caf2267256cd135d
clk: meson: axg: add the fractional part of the fixed_pll

The fixed_pll also has a fractional part. On axg s400 board, without
this parameter, the calculated rate is off by ~8Mhz (0,4%). The fixed_pll
being the root of the peripheral clock tree, this error is propagated to
the rest of the clocks

Adding the definition of the parameter fixes the problem

Fixes: 78b4af312f91 ("clk: meson-axg: add clock controller drivers")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
drivers/clk/meson/axg.c