mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:04:51 +01: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:
parent
c1024581ff
commit
61bb8db6f6
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */ }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue