arm: imx: Update ELE get_info structure for i.MX94

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.li@nxp.com>
Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Signed-off-by: Alice Guo <alice.guo@nxp.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Ye Li 2025-07-08 04:42:53 +08:00 committed by Fabio Estevam
parent 3b4604a40b
commit cadc0abe65

View File

@ -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);