Skip to content

Commit

Permalink
ARM: OMAP2+: Only manually add hwmod data when DT not used.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark A. Greer authored and Paul Walmsley committed Mar 30, 2013
1 parent 77e2fd8 commit 53335ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,10 +656,10 @@ static int __init omap2_init_devices(void)
omap_init_mcpdm();
omap_init_mcspi();
omap_init_sham();
omap_init_aes();
}
omap_init_sti();
omap_init_rng();
omap_init_aes();
omap_init_vout();
omap_init_ocp2scp();

Expand Down

0 comments on commit 53335ac

Please sign in to comment.