kernel_samsung_a53x/drivers/clk/zynqmp
Jay Buddhabhatti ae89d70758 drivers: clk: zynqmp: update divider round rate logic
[ Upstream commit 1fe15be1fb613534ecbac5f8c3f8744f757d237d ]

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@amd.com>
Link: https://lore.kernel.org/r/20231129112916.23125-3-jay.buddhabhatti@amd.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-18 12:12:42 +01:00
..
clk-gate-zynqmp.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
clk-mux-zynqmp.c drivers: clk: zynqmp: calculate closest mux rate 2024-11-18 12:12:42 +01:00
clk-zynqmp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
clkc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
divider.c drivers: clk: zynqmp: update divider round rate logic 2024-11-18 12:12:42 +01:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pll.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00