Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53335acc authored by Mark A. Greer's avatar Mark A. Greer Committed by Paul Walmsley
Browse files

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: default avatarMark A. Greer <mgreer@animalcreek.com>
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 77e2fd84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();