ath25: switch default kernel to 5.15
[openwrt/staging/ldir.git] / target / linux / at91 / patches-5.10 / 236-clk-at91-sama7g5-add-securam-s-peripheral-clock.patch
1 From 50edd53c26177e95995533b7d649801086a52f6c Mon Sep 17 00:00:00 2001
2 From: Claudiu Beznea <claudiu.beznea@microchip.com>
3 Date: Mon, 11 Oct 2021 14:27:07 +0300
4 Subject: [PATCH 236/247] clk: at91: sama7g5: add securam's peripheral clock
5
6 Add SECURAM's peripheral clock.
7
8 Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
9 Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
10 Link: https://lore.kernel.org/r/20211011112719.3951784-4-claudiu.beznea@microchip.com
11 Signed-off-by: Stephen Boyd <sboyd@kernel.org>
12 ---
13 drivers/clk/at91/sama7g5.c | 1 +
14 1 file changed, 1 insertion(+)
15
16 --- a/drivers/clk/at91/sama7g5.c
17 +++ b/drivers/clk/at91/sama7g5.c
18 @@ -377,6 +377,7 @@ static const struct {
19 u8 id;
20 } sama7g5_periphck[] = {
21 { .n = "pioA_clk", .p = "mck0", .id = 11, },
22 + { .n = "securam_clk", .p = "mck0", .id = 18, },
23 { .n = "sfr_clk", .p = "mck1", .id = 19, },
24 { .n = "hsmc_clk", .p = "mck1", .id = 21, },
25 { .n = "xdmac0_clk", .p = "mck1", .id = 22, },