diff options
author | Dario Binacchi <dariobin@libero.it> | 2021-06-06 22:22:53 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-06-08 17:49:16 -0700 |
commit | 0899431f95a7a695f342527548b24ffd902c68ab (patch) | |
tree | c84b9c94109024dad91a6091da7489e7f3fc4b81 /drivers/cpufreq/tegra124-cpufreq.c | |
parent | 2fdf0b888eba99c244b5ddde69243088951f1976 (diff) |
clk: ti: add am33xx/am43xx spread spectrum clock support
The patch enables spread spectrum clocking (SSC) for MPU and LCD PLLs.
As reported by the TI spruh73x/spruhl7x RM, SSC is only supported for
the DISP/LCD and MPU PLLs on am33xx/am43xx. SSC is not supported for
DDR, PER, and CORE PLLs.
Calculating the required values and setting the registers accordingly
was taken from the set_mpu_spreadspectrum routine contained in the
arch/arm/mach-omap2/am33xx/clock_am33xx.c file of the u-boot project.
In locked condition, DPLL output clock = CLKINP *[M/N]. In case of
SSC enabled, the reference manual explains that there is a restriction
of range of M values. Since the omap2_dpll_round_rate routine attempts
to select the minimum possible N, the value of M obtained is not
guaranteed to be within the range required. With the new "ti,min-div"
parameter it is possible to increase N and consequently M to satisfy the
constraint imposed by SSC.
Signed-off-by: Dario Binacchi <dariobin@libero.it>
Reviewed-by: Tero Kristo <kristo@kernel.org>
Link: https://lore.kernel.org/r/20210606202253.31649-6-dariobin@libero.it
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/cpufreq/tegra124-cpufreq.c')
0 files changed, 0 insertions, 0 deletions