]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
crypto: caam - Support iMX8QXP and variants thereof
authorJohn Ernberg <john.ernberg@actia.se>
Wed, 11 Jun 2025 11:38:08 +0000 (11:38 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Aug 2025 16:41:25 +0000 (18:41 +0200)
commit59e13fa773edb0359d9fdf09bcea5f88b2aea255
tree0ad35776ebdf41c7c88feae9a1383559108cc357
parent46a0602c24d7d425dd8e00c749cd64a934aac7ec
crypto: caam - Support iMX8QXP and variants thereof

[ Upstream commit ac8aff0035fa58e53b39bd565ad6422a90ccdc87 ]

The iMX8QXP (and variants such as the QX, DX, DXP) all identify as iMX8QXP.

They have the exact same restrictions as the supported iMX8QM introduced
at commit 61bb8db6f682 ("crypto: caam - Add support for i.MX8QM")

Loosen the check a little bit with a wildcard to also match the iMX8QXP
and its variants.

Signed-off-by: John Ernberg <john.ernberg@actia.se>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/crypto/caam/ctrl.c