Re: [PATCH v4 0/2] gs101 oriole: UART clock fixes

From: André Draszik
Date: Thu Jul 25 2024 - 03:13:01 EST


Hi Stephen,

On Thu, 2024-07-18 at 13:55 -0700, Stephen Boyd wrote:
> Quoting André Draszik (2024-07-12 10:09:42)
> > Hi,
> >
> > This series fixes a long-standing issue in the gs101 clocking / uart
> > handling.
> >
> > We can now disable clocks that had previously been marked critical, and
> > still get a working earlycon.
> >
> > There is a preparatory patch, and then a patch to drop an incorrect clock
> > counting work-around. That 2nd patch is essentially the last remaining patch
> > [1] with all review comments addressed, from the series [2] that was sent
> > earlier this year, see lore links below.
>
> Is there a binding update for the chosen node to have a clocks property?

I didn't think that was necessary (and no, I don't have a binding update at
the moment). It gets the clock associated with the serial port (of_stdout),
if any, and works off that.

Did I miss something?

Cheers,
Andre