Skip to content
Snippets Groups Projects
Commit d7fd3f9f authored by Quanyang Wang's avatar Quanyang Wang Committed by Stephen Boyd
Browse files

clk: zynqmp: move zynqmp_pll_set_mode out of round_rate callback


The round_rate callback should only perform rate calculation and not
involve calling zynqmp_pll_set_mode to change the pll mode. So let's
move zynqmp_pll_set_mode out of round_rate and to set_rate callback.

Fixes: 3fde0e16 ("drivers: clk: Add ZynqMP clock driver")
Reported-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarQuanyang Wang <quanyang.wang@windriver.com>
Link: https://lore.kernel.org/r/20210406154015.602779-1-quanyang.wang@windriver.com


Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 21f23753
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment