[PATCH v3 02/15] clk: divider: fix initialization with parent_hw

Stephen Boyd sboyd at kernel.org
Mon Feb 8 21:32:15 EST 2021


Quoting Michael Tretter (2021-01-20 23:16:46)
> If a driver registers a divider clock with a parent_hw instead of the
> parent_name, the parent_hw is ignored and the clock does not have a
> parent.
> 
> Fix this by initializing the parents the same way they are initialized
> for clock gates.
> 
> Fixes: ff258817137a ("clk: divider: Add support for specifying parents via DT/pointers")
> Signed-off-by: Michael Tretter <m.tretter at pengutronix.de>
> Reviewed-by: Stephen Boyd <sboyd at kernel.org>
> Acked-by: Michal Simek <michal.simek at xilinx.com>
> ---

Applied to clk-next



More information about the linux-arm-kernel mailing list