Re: [PATCH v5 05/31] clk: at91: clk-peripheral: switch to clk_parent_data

From: Claudiu Beznea

Date: Mon Jan 26 2026 - 03:53:30 EST




On 1/16/26 22:06, ryan.wanner@xxxxxxxxxxxxx wrote:
From: Claudiu Beznea<claudiu.beznea@xxxxxxxxx>

Use struct clk_parent_data instead of parent_hw for peripheral clocks.
The clk_parent_data is a more modern approach to the clock parent
registration.

Signed-off-by: Claudiu Beznea<claudiu.beznea@xxxxxxxxx>
[ryan.wanner@xxxxxxxxxxxxx: Add SAMA7D65 and SAM9X7 SoCs to the use the
structs.]
Signed-off-by: Ryan Wanner<Ryan.Wanner@xxxxxxxxxxxxx>

Reviewed-by: Claudiu Beznea <claudiu.beznea@xxxxxxxxx>