aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Beznea <[email protected]>2021-10-11 14:27:07 +0300
committerStephen Boyd <[email protected]>2021-10-26 18:27:42 -0700
commitc884c7a0acb29357d694ebafec8aa272015e7c52 (patch)
treefaf45cdc49f8831c5fd44bc4b7407ae55f647caa
parent4d21be86409296bd28614db22884ac122c5247d2 (diff)
clk: at91: sama7g5: add securam's peripheral clock
Add SECURAM's peripheral clock. Signed-off-by: Claudiu Beznea <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r--drivers/clk/at91/sama7g5.c1
1 files changed, 1 insertions, 0 deletions
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, },