mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
clk: at91: sama7d65: add peripheral clock for I3C
Add peripheral clock description for I3C. Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com> Link: https://lore.kernel.org/r/20260525092405.1514213-3-manikandan.m@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
This commit is contained in:
parent
24881a7ec7
commit
871cb269cd
|
|
@ -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, },
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user