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>
This commit is contained in:
parent
1beb6b92e0
commit
eddca85b1a
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue