Add clock entry needed to support i.MX8MQ.
Signed-off-by: Andrey Smirnov <[email protected]>
Cc: Chris Spencer <[email protected]>
Cc: Cory Tusar <[email protected]>
Cc: Chris Healy <[email protected]>
Cc: Lucas Stach <[email protected]>
Cc: Horia Geantă <[email protected]>
Cc: Aymen Sghaier <[email protected]>
Cc: Leonard Crestez <[email protected]>
Cc: [email protected]
Cc: [email protected]
---
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