]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: at91: sam9x7: Rename macb0_clk to gmac_clk
authorMihai Sain <mihai.sain@microchip.com>
Mon, 9 Mar 2026 07:53:27 +0000 (09:53 +0200)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Sat, 16 May 2026 16:43:16 +0000 (19:43 +0300)
Update the peripheral clock name for ID 24 from macb0_clk to gmac_clk to
match the actual GMAC hardware block present on SAM9X7 SoCs and the
datasheet description.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
Link: https://lore.kernel.org/r/20260309075329.1528-3-mihai.sain@microchip.com
[claudiu.beznea: massaged the patch description]
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
drivers/clk/at91/sam9x7.c

index 66aadebc51a4bf5976adaa1ddcfc6719c6fe21ed..32c082b4ca4bb5365c9792e2e0a27d678afa92be 100644 (file)
@@ -387,7 +387,7 @@ static const struct {
        { .n = "dma0_clk",      .id = 20, },
        { .n = "uhphs_clk",     .id = 22, },
        { .n = "udphs_clk",     .id = 23, },
-       { .n = "macb0_clk",     .id = 24, },
+       { .n = "gmac_clk",      .id = 24, },
        { .n = "lcd_clk",       .id = 25, },
        { .n = "sdmmc1_clk",    .id = 26, },
        { .n = "ssc_clk",       .id = 28, },