crypto: inside-secure - use precise compatibles

At first we used two compatibles in the SafeXcel driver, named after the
engine revision: eip97 and eip197. However this family of engines has
more precise versions and in fact we're supporting the eip97ies and
eip197b. More versions will be supported in the future, such as the
eip197d, and we'll need to differentiate them.

This patch fixes the compatibles used in the driver, to now use precise
ones. The two historical compatibles are kept for backward
compatibility.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Antoine Tenart
2018-06-28 17:15:32 +02:00
committed by Herbert Xu
parent 043ecc635f
commit 7d8f52a30d
4 changed files with 32 additions and 22 deletions

View File

@@ -529,8 +529,8 @@ struct safexcel_work_data {
};
enum safexcel_eip_version {
EIP97,
EIP197,
EIP97IES,
EIP197B,
};
struct safexcel_register_offsets {