Skip to content

Commit 94a1274

Browse files
bala-gunasundarnoglitch
authored andcommitted
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>
1 parent e0237f5 commit 94a1274

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/at91/sam9x7.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ static const struct {
403403
{ .n = "pioD_clk", .id = 44, },
404404
{ .n = "tcb1_clk", .id = 45, },
405405
{ .n = "dbgu_clk", .id = 47, },
406+
{ .n = "pmecc_clk", .id = 48, },
406407
/*
407408
* mpddr_clk feeds DDR controller and is enabled by bootloader thus we
408409
* need to keep it enabled in case there is no Linux consumer for it.

0 commit comments

Comments
 (0)