diff options
author | Mark A. Greer <mgreer@animalcreek.com> | 2012-12-21 09:28:12 -0700 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2013-03-30 15:52:05 -0600 |
commit | 53335acc444fdb8cf3479e4c45a3165281a592dd (patch) | |
tree | e6d0989d2b7e2033b0b7117f105aa43efe002d5b /arch/arm/mach-omap2/devices.c | |
parent | 77e2fd8465b8297fc3a1b01148714fa421b5c0c8 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-omap2/devices.c')
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index ef4ac5385b41..4269fc145698 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -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(); |