summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/mach-imx
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2023-06-15 13:09:14 +0300
committerStefano Babic <sbabic@denx.de>2023-07-13 12:29:40 +0300
commit1c3f5df2597b80d4dac635152fc5dd1a9c4150b9 (patch)
tree7dce6c7cc60f37d6416b814a68fd467af161b949 /arch/arm/include/asm/mach-imx
parent78b4cf75307f4704881b7b7501721f27f2691f9f (diff)
downloadu-boot-1c3f5df2597b80d4dac635152fc5dd1a9c4150b9.tar.xz
imx: imx8ulp: start the ELE RNG at boot
On the imx8ulp A1 SoC, the ELE RNG needs to be manually started. Signed-off-by: Clement Faure <clement.faure@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/mach-imx')
-rw-r--r--arch/arm/include/asm/mach-imx/ele_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/mach-imx/ele_api.h b/arch/arm/include/asm/mach-imx/ele_api.h
index 053a23f030..cfd4ecebb6 100644
--- a/arch/arm/include/asm/mach-imx/ele_api.h
+++ b/arch/arm/include/asm/mach-imx/ele_api.h
@@ -149,4 +149,5 @@ int ele_get_fw_status(u32 *status, u32 *response);
int ele_release_m33_trout(void);
int ele_write_secure_fuse(ulong signed_msg_blk, u32 *response);
int ele_return_lifecycle_update(ulong signed_msg_blk, u32 *response);
+int ele_start_rng(void);
#endif