Re: [PATCH v4 26/27] clk: bcm2835: Don't cache the PLLB rate

2020-06-11 Thread Nicolas Saenz Julienne
On Thu, 2020-06-11 at 09:32 +0200, Maxime Ripard wrote: > The PLLB rate will be changed through the firmware clocks drivers and will > change behind this drivers' back, so we don't want to cache the rate. > > Signed-off-by: Maxime Ripard > --- Thanks! Acked-by: Nicolas Saenz Julienne

[PATCH v4 26/27] clk: bcm2835: Don't cache the PLLB rate

2020-06-11 Thread Maxime Ripard
The PLLB rate will be changed through the firmware clocks drivers and will change behind this drivers' back, so we don't want to cache the rate. Signed-off-by: Maxime Ripard --- drivers/clk/bcm/clk-bcm2835.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git