Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Balamanikandan Gunasundar and committed by
Nicolas Ferre
94a12741 e0237f56

+1
+1
drivers/clk/at91/sam9x7.c
··· 403 403 { .n = "pioD_clk", .id = 44, }, 404 404 { .n = "tcb1_clk", .id = 45, }, 405 405 { .n = "dbgu_clk", .id = 47, }, 406 + { .n = "pmecc_clk", .id = 48, }, 406 407 /* 407 408 * mpddr_clk feeds DDR controller and is enabled by bootloader thus we 408 409 * need to keep it enabled in case there is no Linux consumer for it.