Merge tag 'meson-clk-fixes-4.18-1' of https://github.com/BayLibre/clk-meson into...
authorStephen Boyd <sboyd@kernel.org>
Fri, 6 Jul 2018 17:55:52 +0000 (10:55 -0700)
committerStephen Boyd <sboyd@kernel.org>
Fri, 6 Jul 2018 17:57:45 +0000 (10:57 -0700)
Pull Amlogic clk driver fixes from Jerome Brunet:

These are two simple fixes, yet the first one is quite important as it
solves boots hangs we've been having when FDIV2 gets disabled. This did
not show up before because this particular clock is heavily used and
only gets disabled for a very short period of time before modules (such
as ethernet or emmc) probe.

- fix boot issue with gxbb and gxl platforms
- fix racalculation error in the clk_audio_divider

* tag 'meson-clk-fixes-4.18-1' of https://github.com/BayLibre/clk-meson:
  clk: meson: audio-divider is one based
  clk: meson-gxbb: set fclk_div2 as CLK_IS_CRITICAL


Trivial merge