Skip to content

Commit

Permalink
drivers: crypto: caam: use job ring 3 on i.mx8dxlevk
Browse files Browse the repository at this point in the history
Use the job ring OP-TEE#3 on i.mx8dxl to avoid resource conflict with other
software stacks.

Signed-off-by: Clement Faure <clement.faure@nxp.com>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
  • Loading branch information
clementfaure committed Nov 2, 2023
1 parent 37f820d commit 09f61ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/drivers/crypto/caam/crypto.mk
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ caam-crypto-drivers += RSA DSA ECC DH MATH
else ifneq (,$(filter $(PLATFORM_FLAVOR),$(mx8dxl-flavorlist)))
$(call force, CFG_CAAM_SIZE_ALIGN,4)
$(call force, CFG_JR_BLOCK_SIZE,0x10000)
$(call force, CFG_JR_INDEX,2)
$(call force, CFG_JR_INDEX,3)
$(call force, CFG_JR_INT,355)
$(call force, CFG_NXP_CAAM_SGT_V1,y)
$(call force, CFG_CAAM_JR_DISABLE_NODE,n)
Expand Down

0 comments on commit 09f61ac

Please sign in to comment.