clk: meson: poke pll CNTL last
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 19 Feb 2018 11:21:37 +0000 (12:21 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Tue, 13 Mar 2018 09:09:36 +0000 (10:09 +0100)
commit117863e8424791e310f299072080d7b745dbec83
tree3f5ca3f7d8f660f187b7f03acf9e5a7fb07c6616
parent2eab2d7cab2804f767b84cbdd06d291214d61df4
clk: meson: poke pll CNTL last

Poking CNTL first may take the PLL out of reset while we are still
applying the initial settings, including the filter values
initialization. This is the case for the axg and gxl gp0 pll.

Doing this poke last ensures the pll stays in reset while the initial
settings are applied.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/clk/meson/axg.c
drivers/clk/meson/gxbb.c