diff options
| author | Ye Li <[email protected]> | 2025-09-23 10:15:02 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-09-26 09:51:21 -0300 |
| commit | 8824aa432ca561eed81d053eedbc0cbea0664d80 (patch) | |
| tree | 3e05e0c1e24bc73a5fea9fe825c0458aa44fa140 | |
| parent | 226a606c10de005d6fbffa07531ef2817ff6e933 (diff) | |
imx: ele_ahab: Add i.MX94 support to display_life_cycle()
Extend display_life_cycle() to support i.MX94.
Signed-off-by: Ye Li <[email protected]>
Signed-off-by: Jacky Bai <[email protected]>
Signed-off-by: Alice Guo <[email protected]>
Acked-by: Peng Fan <[email protected]>
| -rw-r--r-- | arch/arm/mach-imx/ele_ahab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/ele_ahab.c b/arch/arm/mach-imx/ele_ahab.c index 39aba65d29e..38e671e3935 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) +#if IS_ENABLED(CONFIG_IMX95) || IS_ENABLED(CONFIG_IMX94) #define FSB_LC_OFFSET 0x414 #define LC_OEM_OPEN 0x10 static void display_life_cycle(u32 lc) |
