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 <[email protected]> > Cc: [email protected] > Acked-by: Nicolas Saenz Julienne <[email protected]> > Reviewed-by: Stephen Boyd <[email protected]> > Tested-by: Nicolas Saenz Julienne <[email protected]> > Signed-off-by: Maxime Ripard <[email protected]> > ---
Applied to clk-next

