[PATCH v5 03/15] clk: at91: sama7g5: add securam's peripheral clock

Claudiu Beznea claudiu.beznea at microchip.com
Mon Oct 11 04:27:07 PDT 2021


Add SECURAM's peripheral clock.

Signed-off-by: Claudiu Beznea <claudiu.beznea at microchip.com>
Acked-by: Nicolas Ferre <nicolas.ferre at microchip.com>
---
 drivers/clk/at91/sama7g5.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c
index cf8c079aa086..970135e19a75 100644
--- a/drivers/clk/at91/sama7g5.c
+++ b/drivers/clk/at91/sama7g5.c
@@ -377,6 +377,7 @@ static const struct {
 	u8 id;
 } sama7g5_periphck[] = {
 	{ .n = "pioA_clk",	.p = "mck0", .id = 11, },
+	{ .n = "securam_clk",	.p = "mck0", .id = 18, },
 	{ .n = "sfr_clk",	.p = "mck1", .id = 19, },
 	{ .n = "hsmc_clk",	.p = "mck1", .id = 21, },
 	{ .n = "xdmac0_clk",	.p = "mck1", .id = 22, },
-- 
2.25.1




More information about the linux-arm-kernel mailing list