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>
This commit is contained in:
Mark A. Greer
2012-12-21 09:28:09 -07:00
committed by Paul Walmsley
parent aec94bf5b6
commit 660ffd6ba2
7 changed files with 71 additions and 25 deletions

View File

@@ -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),