clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 1 Aug 2018 14:00:51 +0000 (16:00 +0200)
committerJerome Brunet <jbrunet@baylibre.com>
Wed, 26 Sep 2018 10:00:28 +0000 (12:00 +0200)
commit2303a9ca693e585a558497ad737728fec97e2b8a
tree69cc8cbe75ffd3db797ceb7356a7338b7131c920
parente40c7e3cda07099a92ea68d022f3304c14f9659f
clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary

CLK_GET_RATE_NOCACHE should only be necessary when the registers
controlling the rate of clock may change outside of CCF. On Amlogic,
it should only be the case for the hdmi pll which is directly controlled
by the display driver (WIP to fix this).

The other plls should not require this flag.

Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Tested-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
drivers/clk/meson/axg.c
drivers/clk/meson/gxbb.c
drivers/clk/meson/meson8b.c