1
0
Fork 0
remarkable-linux/drivers/clk/samsung
Andrzej Hajda 7bc147610d clk: samsung: exynos3250: Fix PLL rates
[ Upstream commit a8321e7887 ]

Rates declared in PLL rate tables should match exactly rates calculated
from PLL coefficients. If that is not the case, rate of the PLL's child clock
might be set not as expected. For instance, if in the PLL rates table we have
a 393216000 Hz entry and the real value as returned by the PLL's recalc_rate
callback is 393216003, after setting PLL's clk rate to 393216000 clk_get_rate
will return 393216003. If we now attempt to set rate of a PLL's child divider
clock to 393216000/2 its rate will be 131072001, rather than 196608000.
That is, the divider will be set to 3 instead of 2, because 393216003/2 is
greater than 196608000.

To fix this issue declared rates are changed to exactly match rates generated
by the PLL, as calculated from the P, M, S, K coefficients.

In this patch an erroneous P value for 74176002 output frequency is also
corrected.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-05-25 16:17:55 +02:00
..
Kconfig clk: samsung: Allow modular build of the Audio Subsystem CLKCON driver 2016-07-13 14:59:53 -07:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
clk-cpu.c clk: samsung: Convert common drivers to the new clk_hw API 2017-06-07 22:47:57 +02:00
clk-cpu.h clk: samsung: cpu: prepare for adding Exynos5433 CPU clocks 2016-06-02 11:18:20 +02:00
clk-exynos-audss.c clk: samsung: Add CLK_SET_RATE_PARENT to some AUDSS CLK CON clocks 2017-08-09 17:17:04 +02:00
clk-exynos-clkout.c clk: samsung: exynos-clkout: Convert to the new clk_hw API 2017-06-09 11:10:47 +02:00
clk-exynos4.c clk: samsung: exynos4: Enable VPLL and EPLL clocks for suspend/resume cycle 2017-10-04 09:19:13 -07:00
clk-exynos7.c clk: samsung: exynos7: Fix PLL rates 2018-05-25 16:17:54 +02:00
clk-exynos3250.c clk: samsung: exynos3250: Fix PLL rates 2018-05-25 16:17:55 +02:00
clk-exynos5250.c clk: samsung: exynos5250: Fix PLL rates 2018-05-25 16:17:54 +02:00
clk-exynos5260.c clk: samsung: exynos5260: Fix PLL rates 2018-05-25 16:17:54 +02:00
clk-exynos5260.h clk/exynos5260: add clock file for exynos5260 2014-05-14 19:16:55 +02:00
clk-exynos5410.c clk: samsung: Add support for EPLL on exynos5410 2016-09-09 17:35:13 +02:00
clk-exynos5420.c clk/samsung updates for 4.14 2017-08-23 15:30:29 -07:00
clk-exynos5433.c clk: samsung: exynos5433: Fix PLL rates 2018-05-25 16:17:54 +02:00
clk-exynos5440.c clk: samsung: Use common registration function for pll2550x 2016-09-09 17:35:10 +02:00
clk-pll.c clk: samsung: Add enable/disable operation for PLL36XX clocks 2017-06-09 13:12:42 +02:00
clk-pll.h clk: samsung: Remove dead code 2017-06-07 22:47:55 +02:00
clk-s3c64xx.c clk: samsung: mark s3c...._clk_sleep_init() as __init 2017-01-27 13:30:00 +01:00
clk-s3c2410-dclk.c clk: samsung: Convert common drivers to the new clk_hw API 2017-06-07 22:47:57 +02:00
clk-s3c2410.c clk: samsung: s3c2410: Fix PLL rates 2018-05-25 16:17:54 +02:00
clk-s3c2412.c clk: samsung: mark s3c...._clk_sleep_init() as __init 2017-01-27 13:30:00 +01:00
clk-s3c2443.c clk: samsung: mark s3c...._clk_sleep_init() as __init 2017-01-27 13:30:00 +01:00
clk-s5pv210-audss.c clk: samsung: s5pv210-audss: Convert to the new clk_hw API 2017-06-09 12:27:49 +02:00
clk-s5pv210.c clk: samsung: Remove useless check for return value of samsung_clk_init 2016-06-02 11:17:57 +02:00
clk.c clk: samsung: Convert common drivers to the new clk_hw API 2017-06-07 22:47:57 +02:00
clk.h clk: samsung: Convert common drivers to the new clk_hw API 2017-06-07 22:47:57 +02:00