Skip to content

Commit

Permalink
drivers: crypto: caam: fix job ring interruption number
Browse files Browse the repository at this point in the history
The job ring interruption number is 356 for job ring 3.

Fixes: b21f122 ("drivers: crypto: caam: use job ring 3 on i.mx8dxlevk")
Signed-off-by: Clement Faure <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
  • Loading branch information
clementfaure authored and jforissier committed Nov 8, 2023
1 parent fb5592f commit 0b1eafd
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 @@ -72,7 +72,7 @@ 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,3)
$(call force, CFG_JR_INT,355)
$(call force, CFG_JR_INT,356)
$(call force, CFG_NXP_CAAM_SGT_V1,y)
$(call force, CFG_CAAM_JR_DISABLE_NODE,n)
caam-crypto-drivers += RSA DSA ECC DH MATH
Expand Down

0 comments on commit 0b1eafd

Please sign in to comment.