Messages in this thread Patch in this message |  | | From | Manikandan Muralidharan <> | | Subject | [PATCH v5 2/5] clk: at91: sama7d65: add peripheral clock for I3C | | Date | Tue, 5 May 2026 12:43:24 +0530 |
| |
From: Durai Manickam KR <durai.manickamkr@microchip.com>
Add peripheral clock description for I3C.
Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com> --- changes in v3: - Fixed indentation issues --- drivers/clk/at91/sama7d65.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/clk/at91/sama7d65.c b/drivers/clk/at91/sama7d65.c index 7dee2b160ffb..ba8ff413fa2c 100644 --- a/drivers/clk/at91/sama7d65.c +++ b/drivers/clk/at91/sama7d65.c @@ -677,6 +677,7 @@ static struct { { .n = "uhphs_clk", .p = PCK_PARENT_HW_MCK5, .id = 101, }, { .n = "dsi_clk", .p = PCK_PARENT_HW_MCK3, .id = 103, }, { .n = "lvdsc_clk", .p = PCK_PARENT_HW_MCK3, .id = 104, }, + { .n = "i3cc_clk", .p = PCK_PARENT_HW_MCK8, .id = 105, }, }; /* -- 2.25.1
|  |