imx: ele_ahab: Add i.MX952 support to display_life_cycle()
Extend display_life_cycle() to support i.MX952. Signed-off-by: Alice Guo <alice.guo@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -412,7 +412,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)
|
||||
|
||||
Reference in New Issue
Block a user