git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0079893
)
imx9: clock: clear HW_CTRL_SEL
author
Peng Fan
<peng.fan@nxp.com>
Fri, 28 Apr 2023 04:08:29 +0000
(12:08 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 21 May 2023 14:54:40 +0000
(16:54 +0200)
The HW_CTRL_SEL should be cleared when configuring PLL to avoid
potential glitch
Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx9/clock.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/imx9/clock.c
b/arch/arm/mach-imx/imx9/clock.c
index
a5f95fb
..
38e4cbb
100644
(file)
--- a/
arch/arm/mach-imx/imx9/clock.c
+++ b/
arch/arm/mach-imx/imx9/clock.c
@@
-206,6
+206,9
@@
int configure_intpll(enum ccm_clk_src pll, u32 freq)
return -EPERM;
}
+ /* Clear PLL HW CTRL SEL */
+ setbits_le32(®->ctrl.reg_clr, PLL_CTRL_HW_CTRL_SEL);
+
/* Bypass the PLL to ref */
writel(PLL_CTRL_CLKMUX_BYPASS, ®->ctrl.reg_set);