diff --git a/drivers/crypto/tegra-hv-vse-safety.c b/drivers/crypto/tegra-hv-vse-safety.c index 145e6345..577638c2 100644 --- a/drivers/crypto/tegra-hv-vse-safety.c +++ b/drivers/crypto/tegra-hv-vse-safety.c @@ -290,7 +290,7 @@ #define TEGRA_VIRTUAL_SE_ERR_MAC_INVALID 11 -#define MAX_NUMBER_MISC_DEVICES 46U +#define MAX_NUMBER_MISC_DEVICES 70U #define MAX_IVC_Q_PRIORITY 2U #define TEGRA_IVC_ID_OFFSET 0U #define TEGRA_SE_ENGINE_ID_OFFSET 1U diff --git a/include/uapi/misc/tegra-nvvse-cryptodev.h b/include/uapi/misc/tegra-nvvse-cryptodev.h index cbe8d97b..421160f0 100644 --- a/include/uapi/misc/tegra-nvvse-cryptodev.h +++ b/include/uapi/misc/tegra-nvvse-cryptodev.h @@ -13,7 +13,7 @@ #define KEYSLOT_SIZE_BYTES 16 #define TEGRA_NVVSE_IOC_MAGIC 0x98 -#define MAX_NUMBER_MISC_DEVICES 46U +#define MAX_NUMBER_MISC_DEVICES 70U /* Command ID for various IO Control */ #define TEGRA_NVVSE_CMDID_AES_SET_KEY 1