From d60364d48e31b33b57049d848b7462eb0e0de612 Mon Sep 17 00:00:00 2001 From: Jiafei Pan Date: Fri, 18 Feb 2022 15:22:37 +0800 Subject: [PATCH] feat(nxp-crypto): add chassis 3 support Add Chassis 3 support for CAAM driver. Signed-off-by: Jiafei Pan Change-Id: Ied26dd3881489a03017a45966888a61a0813492c --- include/drivers/nxp/crypto/caam/caam.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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