summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalamanikandan Gunasundar <balamanikandan.gunasundar@microchip.com>2025-09-09 16:08:17 +0530
committerNicolas Ferre <nicolas.ferre@microchip.com>2025-09-17 19:15:32 +0200
commit94a1274100e397a27361ae53ace37be6da42a079 (patch)
tree4488970a6ffed3c2427d4ebad0aa5f1c92355918
parente0237f5635727d64635ec6665e1de9f4cacce35c (diff)
clk: at91: sam9x7: Add peripheral clock id for pmecc
Add pmecc instance id in peripheral clock description. Signed-off-by: Balamanikandan Gunasundar <balamanikandan.gunasundar@microchip.com> Link: https://lore.kernel.org/r/20250909103817.49334-1-balamanikandan.gunasundar@microchip.com [claudiu.beznea@tuxon.dev: use tabs instead of spaces] Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
-rw-r--r--drivers/clk/at91/sam9x7.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/at91/sam9x7.c b/drivers/clk/at91/sam9x7.c
index ffab32b047a0..740f52906f6b 100644
--- a/drivers/clk/at91/sam9x7.c
+++ b/drivers/clk/at91/sam9x7.c
@@ -403,6 +403,7 @@ static const struct {
{ .n = "pioD_clk", .id = 44, },
{ .n = "tcb1_clk", .id = 45, },
{ .n = "dbgu_clk", .id = 47, },
+ { .n = "pmecc_clk", .id = 48, },
/*
* mpddr_clk feeds DDR controller and is enabled by bootloader thus we
* need to keep it enabled in case there is no Linux consumer for it.