Skip to content

Commit

Permalink
crypto: omap-sham - Add support for omap3 devices
Browse files Browse the repository at this point in the history
omap3 support is same as omap2, just with different IO address (specified in DT)

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
pali authored and herbertx committed May 18, 2015
1 parent 1beb6b9 commit eddca85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/crypto/omap-sham.c
Original file line number Diff line number Diff line change
Expand Up @@ -1798,6 +1798,10 @@ static const struct of_device_id omap_sham_of_match[] = {
.compatible = "ti,omap2-sham",
.data = &omap_sham_pdata_omap2,
},
{
.compatible = "ti,omap3-sham",
.data = &omap_sham_pdata_omap2,
},
{
.compatible = "ti,omap4-sham",
.data = &omap_sham_pdata_omap4,
Expand Down

0 comments on commit eddca85

Please sign in to comment.