Re: [PATCH 0/4] clk: lan966x: add support for lan969x SoC clock driver

From: Stephen Boyd
Date: Sat Oct 19 2024 - 02:01:44 EST


Quoting claudiu beznea (2024-10-18 01:34:16)
>
>
> On 18.10.2024 01:59, Stephen Boyd wrote:
> > Quoting Daniel Machon (2024-09-16 02:49:18)
> >> Add support for the lan969x SoC clock driver in the existing lan966x
> >> driver. The lan969x clock controller contains 3 PLLs - cpu_clk, ddr_clk
> >> and sys_clk which generates and supplies the clock to various
> >> peripherals within the SoC.
> >>
> >> Patch #1 adds compatible strings for lan969x SKU's in the dt-bindings
> >>
> >> Patch #2 makes the clk_names var const char * const
> >>
> >> Patch #3 prepares the lan966x driver for lan969x, by adding private
> >> match data.
> >>
> >> Patch #4 adds support for lan969x
> >>
> >> Signed-off-by: Daniel Machon <daniel.machon@xxxxxxxxxxxxx>
> >>
> >> Signed-off-by: Daniel Machon <daniel.machon@xxxxxxxxxxxxx>
> >
> > Am I supposed to pick up microchip clk patches myself this time?
>
> It's on my track. I already have it on my local queue for a while. Sorry
> for not mentioning it yet. I need to run some tests.
>

Cool. Thanks for taking care of it!