]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx: imx8ulp: Call DM post init function for init_r phase
authorYe Li <ye.li@nxp.com>
Fri, 19 Sep 2025 06:58:32 +0000 (14:58 +0800)
committerFabio Estevam <festevam@gmail.com>
Sun, 21 Sep 2025 12:07:58 +0000 (09:07 -0300)
The ELE MU driver needs to be probed at init_r phase as well because
some ELE APIs will be called.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx8ulp/soc.c

index e85cb0dd25289b133b8d7ddcdbb7e67a237d51a0..7640f9b84dadb15c41cd191202eb41cb4e2649ee 100644 (file)
@@ -804,6 +804,7 @@ int imx8ulp_dm_post_init(void)
        return 0;
 }
 EVENT_SPY_SIMPLE(EVT_DM_POST_INIT_F, imx8ulp_dm_post_init);
+EVENT_SPY_SIMPLE(EVT_DM_POST_INIT_R, imx8ulp_dm_post_init);
 
 #if defined(CONFIG_XPL_BUILD)
 __weak void __noreturn jump_to_image(struct spl_image_info *spl_image)