Re: [PATCH 09/89] clk: bcm: rpi: Use clk_hw_register for pllb_arm
From: Nicolas Saenz Julienne <hidden>
Date: 2020-02-25 16:11:39
Also in:
dri-devel, linux-clk, lkml
From: Nicolas Saenz Julienne <hidden>
Date: 2020-02-25 16:11:39
Also in:
dri-devel, linux-clk, lkml
On Mon, 2020-02-24 at 10:06 +0100, Maxime Ripard wrote:
The pllb_arm clock is defined as a fixed factor clock with the pllb clock as a parent. However, all its configuration is entirely static, and thus we don't really need to call clk_hw_register_fixed_factor but can simply call clk_hw_register with a static clk_fixed_factor structure. Cc: Michael Turquette <mturquette@baylibre.com> Cc: Stephen Boyd <sboyd@kernel.org> Cc: linux-clk@vger.kernel.org Signed-off-by: Maxime Ripard <redacted>
Acked-by: Nicolas Saenz Julienne <redacted> Thanks! Nicolas