]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: imx9: Call imx9_probe_mu for DM post in board_r
authorYe Li <ye.li@nxp.com>
Mon, 1 Apr 2024 01:41:09 +0000 (09:41 +0800)
committerFabio 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

index e2794d6218b29ff217323703ca88d18a1f024a9c..2117489f23206e67592b98810b505e6ced493d22 100644 (file)
@@ -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)
 {