diff --git a/include/drivers/nxp/crypto/caam/caam.h b/include/drivers/nxp/crypto/caam/caam.h index 4984b5423..6cc1f3dfd 100644 --- a/include/drivers/nxp/crypto/caam/caam.h +++ b/include/drivers/nxp/crypto/caam/caam.h @@ -1,5 +1,5 @@ /* - * Copyright 2017-2021 NXP + * Copyright 2017-2022 NXP * * SPDX-License-Identifier: BSD-3-Clause * @@ -15,7 +15,7 @@ /* Job ring 3 is reserved for usage by sec firmware */ #define DEFAULT_JR 3 -#if defined(CONFIG_CHASSIS_3_2) || defined(CONFIG_CHASSIS_2) +#if defined(CONFIG_CHASSIS_3_2) || defined(CONFIG_CHASSIS_3) || defined(CONFIG_CHASSIS_2) #define CAAM_JR0_OFFSET 0x10000 #define CAAM_JR1_OFFSET 0x20000 #define CAAM_JR2_OFFSET 0x30000