Add clock entry needed to support i.MX8MQ.

Signed-off-by: Andrey Smirnov <andrew.smir...@gmail.com>
Cc: Chris Spencer <christopher.spen...@sea.co.uk>
Cc: Cory Tusar <cory.tu...@zii.aero>
Cc: Chris Healy <cphe...@gmail.com>
Cc: Lucas Stach <l.st...@pengutronix.de>
Cc: Horia Geantă <horia.gea...@nxp.com>
Cc: Aymen Sghaier <aymen.sgha...@nxp.com>
Cc: Leonard Crestez <leonard.cres...@nxp.com>
Cc: linux-crypto@vger.kernel.org
Cc: linux-ker...@vger.kernel.org
---
 drivers/crypto/caam/ctrl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/crypto/caam/ctrl.c b/drivers/crypto/caam/ctrl.c
index b9655957d369..888eacc7c17d 100644
--- a/drivers/crypto/caam/ctrl.c
+++ b/drivers/crypto/caam/ctrl.c
@@ -528,6 +528,7 @@ static const struct soc_device_attribute imx_soc[] = {
        { .soc_id = "i.MX6UL", .data = &caam_imx6ul_clk_data },
        { .soc_id = "i.MX6*",  .data = &caam_imx6_clk_data },
        { .soc_id = "i.MX7*",  .data = &caam_imx7_clk_data },
+       { .soc_id = "i.MX8MQ", .data = &caam_imx7_clk_data },
        { .family = "Freescale i.MX" },
 };
 
-- 
2.21.0

Reply via email to