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

2020-06-24 Thread Stephen Boyd
Quoting Maxime Ripard (2020-06-15 01:41:06) > 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. > > Acked-by: Nicolas Saenz Julienne > Tested-by: Nicolas Saenz Julienne > Signed-off-by: Maxime Ripard

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

2020-06-15 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. Acked-by: Nicolas Saenz Julienne Tested-by: Nicolas Saenz Julienne Signed-off-by: Maxime Ripard --- drivers/clk/bcm/clk-bcm2835.c | 5 +++-- 1 file c