diff options
author | Mark A. Greer <mgreer@animalcreek.com> | 2013-03-30 15:49:19 -0600 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2013-03-30 15:49:19 -0600 |
commit | e569e994b7b1f76324b9bd5f42ae477973687b72 (patch) | |
tree | 103e8dcfb69b125f2389a47fc089f2c17d7b4d56 /arch/arm/mach-omap2/cclock2430_data.c | |
parent | 78e52e026d288aad88b46bff0d94b05e145c4583 (diff) |
ARM: OMAP2xxx: hwmod: Convert SHAM crypto device data to hwmod
Convert the device data for the OMAP2 SHAM 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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/cclock2430_data.c b/arch/arm/mach-omap2/cclock2430_data.c index bda353b2f7d9..d8bb13ef70a0 100644 --- a/arch/arm/mach-omap2/cclock2430_data.c +++ b/arch/arm/mach-omap2/cclock2430_data.c @@ -1978,7 +1978,8 @@ static struct omap_clk omap2430_clks[] = { CLK(NULL, "sdrc_ick", &sdrc_ick), CLK(NULL, "des_ick", &des_ick), CLK("omap-sham", "ick", &sha_ick), - CLK("omap_rng", "ick", &rng_ick), + CLK(NULL, "sha_ick", &sha_ick), + CLK("omap_rng", "ick", &rng_ick), CLK(NULL, "rng_ick", &rng_ick), CLK("omap-aes", "ick", &aes_ick), CLK(NULL, "pka_ick", &pka_ick), |