[PATCH 0/2] AT91 Clock Adjustments

From: Ryan.Wanner
Date: Thu Feb 06 2025 - 13:21:05 EST


From: Ryan Wanner <Ryan.Wanner@xxxxxxxxxxxxx>

This set has clock system adjustments for the AT91 clock system.

The first is to adjust the slow clock driver to account for the updated
DT node-naming for clocks and xtals and ensuring the driver is still
backwards compatible.

The second is a adding a missing clk_hw struct that is not added into
parent_data struct causing a incorrect parent for main_osc.

Ryan Wanner (2):
clk: at91: sckc: Fix parent_data struct for slow osc
clk: at91: sama7d65: Add missing clk_hw to parent_data

drivers/clk/at91/sama7d65.c | 1 +
drivers/clk/at91/sckc.c | 12 ++++++------
2 files changed, 7 insertions(+), 6 deletions(-)

--
2.43.0