On 09/09/25 16:43, Durai Manickam KR wrote:
During cherry-pick wrongly added 3 lines instead of i3c clock changes
alone. I will resend this patch in v2 along with the other comments
which is yet to be received, with only changes specific to i3c clock.
> Add peripheral clock description for I3C.
>
> Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
> ---
> drivers/clk/at91/sama7d65.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/clk/at91/sama7d65.c b/drivers/clk/at91/sama7d65.c
> index a5d40df8b2f2..84c6bbe20873 100644
> --- a/drivers/clk/at91/sama7d65.c
> +++ b/drivers/clk/at91/sama7d65.c
> @@ -671,8 +671,9 @@ static struct {
> { .n = "udphsa_clk", .p = PCK_PARENT_HW_MCK5, .id = 99, },
> { .n = "udphsb_clk", .p = PCK_PARENT_HW_MCK5, .id = 100, },
> { .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 = "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, },
> };
>
> /*