diff options
author | Peng Fan <peng.fan@nxp.com> | 2024-10-27 15:00:08 +0300 |
---|---|---|
committer | Abel Vesa <abel.vesa@linaro.org> | 2024-11-05 13:02:21 +0300 |
commit | 557be501c38e1864b948fc6ccdf4b035d610a2ea (patch) | |
tree | a8d20a4fb751b8b23288facaa65dc6c054f3d34b /tools/perf/scripts/python/task-analyzer.py | |
parent | 5ee063fac85656bea9cfe3570af147ba1701ba18 (diff) | |
download | linux-557be501c38e1864b948fc6ccdf4b035d610a2ea.tar.xz |
clk: imx: fracn-gppll: correct PLL initialization flow
Per i.MX93 Reference Mannual 22.4 Initialization information
1. Program appropriate value of DIV[ODIV], DIV[RDIV] and DIV[MFI]
as per Integer mode.
2. Wait for 5 μs.
3. Program the following field in CTRL register.
Set CTRL[POWERUP] to 1'b1 to enable PLL block.
4. Poll PLL_STATUS[PLL_LOCK] register, and wait till PLL_STATUS[PLL_LOCK]
is 1'b1 and pll_lock output signal is 1'b1.
5. Set CTRL[CLKMUX_EN] to 1'b1 to enable PLL output clock.
So move the CLKMUX_EN operation after PLL locked.
Fixes: 1b26cb8a77a4 ("clk: imx: support fracn gppll")
Co-developed-by: Jacky Bai <ping.bai@nxp.com>
Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Link: https://lore.kernel.org/r/20241027-imx-clk-v1-v3-2-89152574d1d7@nxp.com
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions