51
51
#include "prm33xx.h"
52
52
#include "prm44xx.h"
53
53
#include "opp2xxx.h"
54
+ #include "omap-secure.h"
54
55
55
56
/*
56
57
* omap_clk_soc_init: points to a function that does the SoC-specific
@@ -430,6 +431,7 @@ void __init omap2420_init_early(void)
430
431
omap_hwmod_init_postsetup ();
431
432
omap_clk_soc_init = omap2420_dt_clk_init ;
432
433
rate_table = omap2420_rate_table ;
434
+ omap_secure_init ();
433
435
}
434
436
435
437
void __init omap2420_init_late (void )
@@ -454,6 +456,7 @@ void __init omap2430_init_early(void)
454
456
omap_hwmod_init_postsetup ();
455
457
omap_clk_soc_init = omap2430_dt_clk_init ;
456
458
rate_table = omap2430_rate_table ;
459
+ omap_secure_init ();
457
460
}
458
461
459
462
void __init omap2430_init_late (void )
@@ -481,6 +484,7 @@ void __init omap3_init_early(void)
481
484
omap3xxx_clockdomains_init ();
482
485
omap3xxx_hwmod_init ();
483
486
omap_hwmod_init_postsetup ();
487
+ omap_secure_init ();
484
488
}
485
489
486
490
void __init omap3430_init_early (void )
@@ -533,6 +537,7 @@ void __init ti814x_init_early(void)
533
537
dm814x_hwmod_init ();
534
538
omap_hwmod_init_postsetup ();
535
539
omap_clk_soc_init = dm814x_dt_clk_init ;
540
+ omap_secure_init ();
536
541
}
537
542
538
543
void __init ti816x_init_early (void )
@@ -549,6 +554,7 @@ void __init ti816x_init_early(void)
549
554
dm816x_hwmod_init ();
550
555
omap_hwmod_init_postsetup ();
551
556
omap_clk_soc_init = dm816x_dt_clk_init ;
557
+ omap_secure_init ();
552
558
}
553
559
#endif
554
560
@@ -566,6 +572,7 @@ void __init am33xx_init_early(void)
566
572
am33xx_hwmod_init ();
567
573
omap_hwmod_init_postsetup ();
568
574
omap_clk_soc_init = am33xx_dt_clk_init ;
575
+ omap_secure_init ();
569
576
}
570
577
571
578
void __init am33xx_init_late (void )
@@ -589,6 +596,7 @@ void __init am43xx_init_early(void)
589
596
omap_hwmod_init_postsetup ();
590
597
omap_l2_cache_init ();
591
598
omap_clk_soc_init = am43xx_dt_clk_init ;
599
+ omap_secure_init ();
592
600
}
593
601
594
602
void __init am43xx_init_late (void )
@@ -617,6 +625,7 @@ void __init omap4430_init_early(void)
617
625
omap_hwmod_init_postsetup ();
618
626
omap_l2_cache_init ();
619
627
omap_clk_soc_init = omap4xxx_dt_clk_init ;
628
+ omap_secure_init ();
620
629
}
621
630
622
631
void __init omap4430_init_late (void )
@@ -643,6 +652,7 @@ void __init omap5_init_early(void)
643
652
omap54xx_hwmod_init ();
644
653
omap_hwmod_init_postsetup ();
645
654
omap_clk_soc_init = omap5xxx_dt_clk_init ;
655
+ omap_secure_init ();
646
656
}
647
657
648
658
void __init omap5_init_late (void )
@@ -666,6 +676,7 @@ void __init dra7xx_init_early(void)
666
676
dra7xx_hwmod_init ();
667
677
omap_hwmod_init_postsetup ();
668
678
omap_clk_soc_init = dra7xx_dt_clk_init ;
679
+ omap_secure_init ();
669
680
}
670
681
671
682
void __init dra7xx_init_late (void )
0 commit comments