From: Ye Li <ye...@nxp.com> Since i.MX94, the ELE get_info structure is updated to add OEM PQC SRK hash, so update it.
Signed-off-by: Ye Li <ye...@nxp.com> Signed-off-by: Jacky Bai <ping....@nxp.com> Signed-off-by: Alice Guo <alice....@nxp.com> Acked-by: Peng Fan <peng....@nxp.com> --- arch/arm/include/asm/mach-imx/ele_api.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/include/asm/mach-imx/ele_api.h b/arch/arm/include/asm/mach-imx/ele_api.h index 19d12696a1e..64b243dcaaa 100644 --- a/arch/arm/include/asm/mach-imx/ele_api.h +++ b/arch/arm/include/asm/mach-imx/ele_api.h @@ -134,6 +134,8 @@ struct ele_get_info_data { u32 sha_fw[8]; u32 oem_srkh[16]; u32 state; + u32 oem_pqc_srkh[16]; + u32 reserved[8]; }; int ele_release_rdc(u8 core_id, u8 xrdc, u32 *response); -- 2.43.0