[PATCH v3 05/15] soc: xilinx: vcu: add helpers for configuring PLL
Stephen Boyd
sboyd at kernel.org
Mon Feb 8 21:32:31 EST 2021
Quoting Michael Tretter (2021-01-20 23:16:49)
> The xvcu_set_vcu_pll_info function sets the rate of the PLL and enables
> it, which makes it difficult to cleanly convert the driver to the common
> clock framework.
>
> Split the function and add separate functions for setting the rate,
> enabling the clock and disabling the clock.
>
> Also move the enable of the reference clock from probe to the helper
> that enables the PLL.
>
> Signed-off-by: Michael Tretter <m.tretter at pengutronix.de>
> Acked-by: Michal Simek <michal.simek at xilinx.com>
> ---
Applied to clk-next
More information about the linux-arm-kernel
mailing list