You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user