[PATCH RESEND v2 2/2] drivers: clk: zynqmp: update divider round rate logic

Stephen Boyd sboyd at kernel.org
Sat Dec 16 17:21:08 PST 2023


Quoting Jay Buddhabhatti (2023-11-29 03:29:16)
> Currently zynqmp divider round rate is considering single parent and
> calculating rate and parent rate accordingly. But if divider clock flag
> is set to SET_RATE_PARENT then its not trying to traverse through all
> parent rate and not selecting best parent rate from that. So use common
> divider_round_rate() which is traversing through all clock parents and
> its rate and calculating proper parent rate.
> 
> Fixes: 3fde0e16d016 ("drivers: clk: Add ZynqMP clock driver")
> Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti at amd.com>
> ---

Applied to clk-next



More information about the linux-arm-kernel mailing list