summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap-secure.c
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2020-01-03 00:19:40 +0300
committerTony Lindgren <tony@atomide.com>2020-01-13 21:02:43 +0300
commitdb711893eac81442fb5cde3801e183d3abfe5693 (patch)
treec15db5a172f95dd994da45b1d7cc94f10ad41135 /arch/arm/mach-omap2/omap-secure.c
parent4601832f40501efc3c2fd264a5a69bd1ac17d520 (diff)
downloadlinux-db711893eac81442fb5cde3801e183d3abfe5693.tar.xz
ARM: OMAP2+: Add omap_secure_init callback hook for secure initialization
This can be used for detecting secure features or making early device init sequence changes based on device security type. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap-secure.c')
-rw-r--r--arch/arm/mach-omap2/omap-secure.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap-secure.c b/arch/arm/mach-omap2/omap-secure.c
index 24298e47b9f1..e936732cdc4f 100644
--- a/arch/arm/mach-omap2/omap-secure.c
+++ b/arch/arm/mach-omap2/omap-secure.c
@@ -163,3 +163,7 @@ u32 rx51_secure_rng_call(u32 ptr, u32 count, u32 flag)
NO_FLAG,
3, ptr, count, flag, 0);
}
+
+void __init omap_secure_init(void)
+{
+}