[PATCH v5 06/27] clk: bcm: rpi: Use clk_hw_register for pllb_arm

Stephen Boyd sboyd at kernel.org
Wed Jun 24 20:42:44 EDT 2020


Quoting Maxime Ripard (2020-06-15 01:40:46)
> 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 at baylibre.com>
> Cc: linux-clk at vger.kernel.org
> Acked-by: Nicolas Saenz Julienne <nsaenzjulienne at suse.de>
> Reviewed-by: Stephen Boyd <sboyd at kernel.org>
> Tested-by: Nicolas Saenz Julienne <nsaenzjulienne at suse.de>
> Signed-off-by: Maxime Ripard <maxime at cerno.tech>
> ---

Applied to clk-next



More information about the linux-arm-kernel mailing list