diff options
author | Mark A. Greer <mgreer@animalcreek.com> | 2012-12-21 17:28:09 +0100 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2013-03-30 22:51:33 +0100 |
commit | 660ffd6ba2405ed7ff614ab73f282e056c47d8f6 (patch) | |
tree | 1077d8eec0a021161855a521fc6b93bf7b069010 /arch/arm/mach-omap2/omap_hwmod_2420_data.c | |
parent | ARM: AM33XX: hwmod: Update and uncomment SHA0 module data (diff) | |
download | linux-660ffd6ba2405ed7ff614ab73f282e056c47d8f6.tar.xz linux-660ffd6ba2405ed7ff614ab73f282e056c47d8f6.zip |
ARM: OMAP2xxx: hwmod: Convert AES crypto devcie data to hwmod
Convert the device data for the OMAP2 AES crypto IP from
explicit platform_data to hwmod.
CC: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
[paul@pwsan.com: fixed lines causing sparse warnings]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_2420_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2420_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm/mach-omap2/omap_hwmod_2420_data.c index 0c192e0403ba..5137cc84b504 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c @@ -611,6 +611,7 @@ static struct omap_hwmod_ocp_if *omap2420_hwmod_ocp_ifs[] __initdata = { &omap2420_l4_core__msdi1, &omap2xxx_l4_core__rng, &omap2xxx_l4_core__sham, + &omap2xxx_l4_core__aes, &omap2420_l4_core__hdq1w, &omap2420_l4_wkup__counter_32k, &omap2420_l3__gpmc, |