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:
2513bf3
)
arm: imx9: Call imx9_probe_mu for DM post in board_r
author
Ye Li
<ye.li@nxp.com>
Mon, 1 Apr 2024 01:41:09 +0000
(09:41 +0800)
committer
Fabio Estevam
<festevam@gmail.com>
Fri, 5 Apr 2024 12:38:46 +0000
(09:38 -0300)
This event callback imx9_probe_mu needs to be called in board_r
as well, because many ELE APIs depending on this MU probed
Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/mach-imx/imx9/soc.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/imx9/soc.c
b/arch/arm/mach-imx/imx9/soc.c
index
e2794d6
..
2117489
100644
(file)
--- a/
arch/arm/mach-imx/imx9/soc.c
+++ b/
arch/arm/mach-imx/imx9/soc.c
@@
-622,6
+622,7
@@
int imx9_probe_mu(void)
return 0;
}
EVENT_SPY_SIMPLE(EVT_DM_POST_INIT_F, imx9_probe_mu);
+EVENT_SPY_SIMPLE(EVT_DM_POST_INIT_R, imx9_probe_mu);
int timer_init(void)
{