soc: xilinx: vcu: remove calculation of PLL configuration
authorMichael Tretter <m.tretter@pengutronix.de>
Thu, 21 Jan 2021 07:16:55 +0000 (08:16 +0100)
committerStephen Boyd <sboyd@kernel.org>
Tue, 9 Feb 2021 02:31:25 +0000 (18:31 -0800)
commit5a9b1258170836151d7c0465523b7e869a2d21fb
tree1b56bb389d1e25a74293d7678d620a770071f901
parent58ee6baf393ef365b33e4d98d966b21e5247165a
soc: xilinx: vcu: remove calculation of PLL configuration

As the consumers are now responsible for setting the clock rate via
clock framework, the clock rate is now calculated using round_rate and
the driver does not need to calculate the clock rate beforehand.

Remove the code that calculates the PLL configuration.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/20210121071659.1226489-12-m.tretter@pengutronix.de
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/soc/xilinx/xlnx_vcu.c