diff options
author | Dmitry Kasatkin <dmitry.kasatkin@nokia.com> | 2010-05-02 23:10:03 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2010-05-02 23:10:03 -0400 |
commit | ee5500c45c4860a84bba502c6d9ef5af6395dad6 (patch) | |
tree | f83297e838f8fea3cc02ba2583850ddf219abb95 /arch/arm/mach-omap2/clock3xxx_data.c | |
parent | c614e109c184edd7900d9ff4d6de9ef94bc4d85b (diff) |
crypto: omap - Updates omap sham device related platform code
- registration with multi OMAP kernels support
- clocks
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@nokia.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/arm/mach-omap2/clock3xxx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/clock3xxx_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c index d5153b6bd6cb..5a974dcbcecc 100644 --- a/arch/arm/mach-omap2/clock3xxx_data.c +++ b/arch/arm/mach-omap2/clock3xxx_data.c | |||
@@ -3360,7 +3360,7 @@ static struct omap_clk omap3xxx_clks[] = { | |||
3360 | CLK("mmci-omap-hs.2", "ick", &mmchs3_ick, CK_3430ES2 | CK_AM35XX), | 3360 | CLK("mmci-omap-hs.2", "ick", &mmchs3_ick, CK_3430ES2 | CK_AM35XX), |
3361 | CLK(NULL, "icr_ick", &icr_ick, CK_343X), | 3361 | CLK(NULL, "icr_ick", &icr_ick, CK_343X), |
3362 | CLK(NULL, "aes2_ick", &aes2_ick, CK_343X), | 3362 | CLK(NULL, "aes2_ick", &aes2_ick, CK_343X), |
3363 | CLK(NULL, "sha12_ick", &sha12_ick, CK_343X), | 3363 | CLK("omap-sham", "ick", &sha12_ick, CK_343X), |
3364 | CLK(NULL, "des2_ick", &des2_ick, CK_343X), | 3364 | CLK(NULL, "des2_ick", &des2_ick, CK_343X), |
3365 | CLK("mmci-omap-hs.1", "ick", &mmchs2_ick, CK_3XXX), | 3365 | CLK("mmci-omap-hs.1", "ick", &mmchs2_ick, CK_3XXX), |
3366 | CLK("mmci-omap-hs.0", "ick", &mmchs1_ick, CK_3XXX), | 3366 | CLK("mmci-omap-hs.0", "ick", &mmchs1_ick, CK_3XXX), |