Commit 53335acc444fdb8cf3479e4c45a3165281a592dd

Authored by Mark A. Greer
Committed by Paul Walmsley
1 parent 77e2fd8465

ARM: OMAP2+: Only manually add hwmod data when DT not used.

The omap_init_aes() routine in devices.c only needs to be
called when there is no device tree present.

CC: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/mach-omap2/devices.c
... ... @@ -656,10 +656,10 @@
656 656 omap_init_mcpdm();
657 657 omap_init_mcspi();
658 658 omap_init_sham();
  659 + omap_init_aes();
659 660 }
660 661 omap_init_sti();
661 662 omap_init_rng();
662   - omap_init_aes();
663 663 omap_init_vout();
664 664 omap_init_ocp2scp();
665 665