[Armadeus-commitlog] armadeus/u-boot branch, armadeus-2024.01, updated. 87ea6cf8e9776210a59d401be4
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-04-16 14:09:43
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus/u-boot".
The branch, armadeus-2024.01 has been updated
via 87ea6cf8e9776210a59d401be455629e911b126d (commit)
from 5a72dffc65949de86e27c48f37f8a9f696b001e7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 87ea6cf8e9776210a59d401be455629e911b126d
Author: Peng Fan <pen...@nx...>
Date: Fri Apr 12 22:24:54 2024 +0800
clk: imx93: fix anatop base
The PLL clk needs use anatop base, otherwise wrong PLL address will
be used.
Fixes: 9c153e46661b ("clk: imx: add i.MX93 CCF driver")
Signed-off-by: Peng Fan <pen...@nx...>
(cherry picked from commit 8ecb0931940cc19728d686b9dba06585f4d93709)
-----------------------------------------------------------------------
Summary of changes:
drivers/clk/imx/clk-imx93.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/imx/clk-imx93.c b/drivers/clk/imx/clk-imx93.c
index ce10d79531..f0cb797d97 100644
--- a/drivers/clk/imx/clk-imx93.c
+++ b/drivers/clk/imx/clk-imx93.c
@@ -289,7 +289,7 @@ static int imx93_clk_probe(struct udevice *dev)
clk_dm(IMX93_CLK_SYS_PLL_PFD2_DIV2,
imx_clk_fixed_factor("sys_pll_pfd2_div2", "sys_pll_pfd2", 1, 2));
- base = (void *)ANATOP_BASE_ADDR;
+ anatop_base = (void *)ANATOP_BASE_ADDR;
clk_dm(IMX93_CLK_ARM_PLL,
imx_clk_fracn_gppll_integer("arm_pll", "clock-osc-24m",
hooks/post-receive
--
armadeus/u-boot
|