mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
Herbert Xu
parent
c1024581ff
commit
61bb8db6f6
@@ -573,6 +573,7 @@ static const struct soc_device_attribute caam_imx_soc_table[] = {
|
||||
{ .soc_id = "i.MX7*", .data = &caam_imx7_data },
|
||||
{ .soc_id = "i.MX8M*", .data = &caam_imx7_data },
|
||||
{ .soc_id = "i.MX8ULP", .data = &caam_imx8ulp_data },
|
||||
{ .soc_id = "i.MX8QM", .data = &caam_imx8ulp_data },
|
||||
{ .soc_id = "VF*", .data = &caam_vf610_data },
|
||||
{ .family = "Freescale i.MX" },
|
||||
{ /* sentinel */ }
|
||||
|
||||
Reference in New Issue
Block a user