clk: meson: remove special gp0 lock loop
authorJerome Brunet <jbrunet@baylibre.com>
Mon, 19 Feb 2018 11:21:38 +0000 (12:21 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Tue, 13 Mar 2018 09:09:38 +0000 (10:09 +0100)
commitc178b003bfcfde5a973c6ba6a45ca60fb1470fc6
treea0b8404a58327dc86f7787f097c180568823a2ab
parent117863e8424791e310f299072080d7b745dbec83
clk: meson: remove special gp0 lock loop

After testing, it appears that the gxl (and axg) does not require the
special locking/reset loop which was initially added for it.

All the values present in the gxl table can locked with the simple lock
checking loop.

The change switches the gxl and axg gp0 back to the simple lock checking
loop and removes the code no longer required.

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