diff options
author | Mark A. Greer <mgreer@animalcreek.com> | 2012-12-21 09:28:09 -0700 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2013-03-30 15:51:33 -0600 |
commit | 660ffd6ba2405ed7ff614ab73f282e056c47d8f6 (patch) | |
tree | 1077d8eec0a021161855a521fc6b93bf7b069010 /arch/arm/mach-omap2/cclock2430_data.c | |
parent | aec94bf5b62879c7ae18a212a2dc0c0823c780c9 (diff) | |
download | blackbird-obmc-linux-660ffd6ba2405ed7ff614ab73f282e056c47d8f6.tar.gz blackbird-obmc-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/cclock2430_data.c')
-rw-r--r-- | arch/arm/mach-omap2/cclock2430_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/cclock2430_data.c b/arch/arm/mach-omap2/cclock2430_data.c index d8bb13ef70a0..5e4b037bb24c 100644 --- a/arch/arm/mach-omap2/cclock2430_data.c +++ b/arch/arm/mach-omap2/cclock2430_data.c @@ -1982,6 +1982,7 @@ static struct omap_clk omap2430_clks[] = { CLK("omap_rng", "ick", &rng_ick), CLK(NULL, "rng_ick", &rng_ick), CLK("omap-aes", "ick", &aes_ick), + CLK(NULL, "aes_ick", &aes_ick), CLK(NULL, "pka_ick", &pka_ick), CLK(NULL, "usb_fck", &usb_fck), CLK("musb-omap2430", "ick", &usbhs_ick), |