clk: socfpga: stratix10: fix rate calculation for pll clocks
authorDinh Nguyen <dinguyen@kernel.org>
Tue, 18 Dec 2018 00:06:14 +0000 (18:06 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Jan 2019 07:14:34 +0000 (08:14 +0100)
commitcf8ea8d536a4db6f04f8c2ca06ad0a94f45042d7
tree331663bc8e837c8717df19b63a921398c6647086
parent0af64fda917df00a8d199f7635e20a06acd2a3b7
clk: socfpga: stratix10: fix rate calculation for pll clocks

commit c0a636e4cc2eb39244d23c0417c117be4c96a7fe upstream.

The main PLL calculation has a mistake. We should be using the
multiplying the VCO frequency, not the parent clock frequency.

Fixes: 07afb8db7340 ("clk: socfpga: stratix10: add clock driver for
Stratix10 platform")
Cc: linux-stable@vger.kernel.org
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/socfpga/clk-pll-s10.c