forked from Minki/linux
crypto: caam - add clock entry for i.MX8MQ
Add clock entry needed to support i.MX8MQ. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Cc: Chris Spencer <christopher.spencer@sea.co.uk> Cc: Cory Tusar <cory.tusar@zii.aero> Cc: Chris Healy <cphealy@gmail.com> Cc: Lucas Stach <l.stach@pengutronix.de> Cc: Horia Geantă <horia.geanta@nxp.com> Cc: Aymen Sghaier <aymen.sghaier@nxp.com> Cc: Leonard Crestez <leonard.crestez@nxp.com> Cc: linux-crypto@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
a672705597
commit
6796c02a4b
@ -527,6 +527,7 @@ static const struct soc_device_attribute caam_imx_soc_table[] = {
|
||||
{ .soc_id = "i.MX6UL", .data = &caam_imx6ul_data },
|
||||
{ .soc_id = "i.MX6*", .data = &caam_imx6_data },
|
||||
{ .soc_id = "i.MX7*", .data = &caam_imx7_data },
|
||||
{ .soc_id = "i.MX8MQ", .data = &caam_imx7_data },
|
||||
{ .family = "Freescale i.MX" },
|
||||
{ /* sentinel */ }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user