Re: [RFC v2 2/5] clk: bcm2835: set pllb_arm divisor as readonly

2019-05-20 Thread Stefan Wahren
On 20.05.19 12:47, Nicolas Saenz Julienne wrote: > This divisor is controlled by the firmware, we don't want the clock > subsystem to update it inadvertently. > > Signed-off-by: Nicolas Saenz Julienne Acked-by: Stefan Wahren

[RFC v2 2/5] clk: bcm2835: set pllb_arm divisor as readonly

2019-05-20 Thread Nicolas Saenz Julienne
This divisor is controlled by the firmware, we don't want the clock subsystem to update it inadvertently. Signed-off-by: Nicolas Saenz Julienne --- drivers/clk/bcm/clk-bcm2835.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/clk/bcm/clk-bcm2835.c