Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: caam - Add support for i.MX8QM

On i.MX8QM, caam clocks are turned on automatically and Linux does not have
access to the caam controller's register page, so skip clocks
initialization.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Reviewed-by: Gaurav Jain <gaurav.jain@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Thomas Richard and committed by
Herbert Xu
61bb8db6 c1024581

+1
+1
drivers/crypto/caam/ctrl.c
··· 573 573 { .soc_id = "i.MX7*", .data = &caam_imx7_data }, 574 574 { .soc_id = "i.MX8M*", .data = &caam_imx7_data }, 575 575 { .soc_id = "i.MX8ULP", .data = &caam_imx8ulp_data }, 576 + { .soc_id = "i.MX8QM", .data = &caam_imx8ulp_data }, 576 577 { .soc_id = "VF*", .data = &caam_vf610_data }, 577 578 { .family = "Freescale i.MX" }, 578 579 { /* sentinel */ }