crypto: talitos - Add fsl,sec1.0 compatible
We add a specific compatible for SEC1, to handle the differences between SEC1 and SEC2+ Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
2d02905ebd
commit
0635b7db14
|
@ -3086,9 +3086,16 @@ err_out:
|
|||
}
|
||||
|
||||
static const struct of_device_id talitos_match[] = {
|
||||
#ifdef CONFIG_CRYPTO_DEV_TALITOS1
|
||||
{
|
||||
.compatible = "fsl,sec1.0",
|
||||
},
|
||||
#endif
|
||||
#ifdef CONFIG_CRYPTO_DEV_TALITOS2
|
||||
{
|
||||
.compatible = "fsl,sec2.0",
|
||||
},
|
||||
#endif
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, talitos_match);
|
||||
|
|
Loading…
Reference in New Issue