[PATCH v1 05/12] imx: ele_ahab: Add i.MX952 support to display_life_cycle()
alice.guo at oss.nxp.com
alice.guo at oss.nxp.com
Thu Feb 5 14:55:11 CET 2026
From: Alice Guo <alice.guo at nxp.com>
Extend display_life_cycle() to support i.MX952.
Signed-off-by: Alice Guo <alice.guo at nxp.com>
---
arch/arm/mach-imx/ele_ahab.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-imx/ele_ahab.c b/arch/arm/mach-imx/ele_ahab.c
index 38e671e3935..73869aa5590 100644
--- a/arch/arm/mach-imx/ele_ahab.c
+++ b/arch/arm/mach-imx/ele_ahab.c
@@ -411,7 +411,7 @@ static int do_authenticate(struct cmd_tbl *cmdtp, int flag, int argc,
return CMD_RET_SUCCESS;
}
-#if IS_ENABLED(CONFIG_IMX95) || IS_ENABLED(CONFIG_IMX94)
+#if IS_ENABLED(CONFIG_IMX95) || IS_ENABLED(CONFIG_IMX94) || IS_ENABLED(CONFIG_IMX952)
#define FSB_LC_OFFSET 0x414
#define LC_OEM_OPEN 0x10
static void display_life_cycle(u32 lc)
--
2.43.0
More information about the U-Boot
mailing list