soc: xilinx: vcu: register PLL as fixed rate clock
authorMichael Tretter <m.tretter@pengutronix.de>
Thu, 21 Jan 2021 07:16:51 +0000 (08:16 +0100)
committerStephen Boyd <sboyd@kernel.org>
Tue, 9 Feb 2021 02:31:25 +0000 (18:31 -0800)
commit5a2b2e1341870df89bebc36caca52c00c5e808cf
tree1b1fc07fc8df1201a6979d0d5634aa3724445eb4
parentf1bc982e7ceda6d0124ce65290727eaa49d0fd5a
soc: xilinx: vcu: register PLL as fixed rate clock

Currently, xvcu_pll_set_rate configures the PLL to a clock rate that is
pre-calculated when probing the driver. To still make the clock
framework aware of the PLL and to allow to configure other clocks based
on the PLL rate, register the PLL as a fixed rate clock.

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-8-m.tretter@pengutronix.de
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/soc/xilinx/Kconfig
drivers/soc/xilinx/xlnx_vcu.c