1
0
Fork 0

crypto: omap-sham - Add support for omap3 devices

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>
steinar/wifi_calib_4_9_kernel
Pali Rohár 2015-02-26 14:49:53 +01:00 committed by Herbert Xu
parent 1beb6b92e0
commit eddca85b1a
1 changed files with 4 additions and 0 deletions

View File

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