Abel Vesa
a64a9c088b
clk: imx: Fix fractional clock set rate computation
...
Before multiplying by PLL_FRAC_DENOM, the temp64 needs to be
temp64 = rate * 2 - divfi * parent_rate * 8, instead of:
temp64 = (rate * 2 - divfi) * parent_rate
Fixes: 6209624b9a5c1e ("clk: imx: Add fractional PLL output clock")
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2019-01-24 11:17:28 -08:00
..
2018-12-03 11:31:36 -08:00
2018-12-03 11:31:36 -08:00
2018-12-10 09:53:13 -08:00
2018-10-17 08:26:03 -07:00
2018-12-03 11:31:23 -08:00
2016-01-29 12:59:50 -08:00
2018-12-03 11:31:36 -08:00
2019-01-24 11:17:28 -08:00
2017-11-01 23:25:49 -07:00
2016-01-29 12:59:50 -08:00
2016-08-09 22:47:26 +08:00
2018-12-14 13:34:47 -08:00
2018-12-10 11:34:21 -08:00
2018-10-17 11:15:44 -07:00
2018-10-17 11:15:32 -07:00
2018-10-17 11:15:20 -07:00
2018-11-06 09:35:37 -08:00
2018-12-14 14:03:12 -08:00
2018-12-03 10:12:50 -08:00
2019-01-09 10:34:54 -08:00
2018-12-14 13:01:14 -08:00
2018-12-28 10:43:57 -08:00
2015-07-20 10:52:49 -07:00
2015-11-25 11:49:42 +08:00
2017-11-02 11:10:55 +01:00
2016-11-01 16:44:46 +08:00
2016-09-14 11:28:04 -07:00
2018-07-06 14:08:04 -07:00
2018-12-14 13:00:51 -08:00
2015-07-20 10:52:49 -07:00
2018-12-03 11:31:32 -08:00
2017-11-17 20:04:24 -08:00
2018-03-16 15:40:41 -07:00
2017-06-06 17:42:41 -07:00
2018-12-03 11:31:28 -08:00
2018-12-03 10:13:35 -08:00
2018-12-13 22:15:49 -08:00
2018-12-14 13:00:51 -08:00
2017-08-30 22:30:27 -07:00
2018-12-03 11:31:36 -08:00
2018-12-14 13:34:47 -08:00
2018-12-14 13:34:47 -08:00
2018-12-14 13:34:47 -08:00