Re: [PATCH 2/2] arm/arm64: dts: arm: Use generic clock and regulator nodenames

From: Rob Herring
Date: Tue Jul 30 2024 - 16:45:34 EST


On Mon, Jul 29, 2024 at 2:31 PM Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
>
> On Tue, May 28, 2024 at 02:15:32PM -0500, Rob Herring (Arm) wrote:
> > With the recent defining of preferred naming for fixed clock and
> > regulator nodes, convert the Arm Ltd. boards to use the preferred
> > names. In the cases which had a unit-address, warnings about missing
> > "reg" property are fixed.
> >
> > Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
>
> With this patch in the tree, all versatileab/pb qemu emulations
> fail silently (no console output). Reverting this patch fixes
> the problem. Bisect log is attached for reference.

The problem is fixed-factor-clock driver can't handle 2 clocks with
the same node name (at different paths), and then the serial driver
(and others) defer. Really, that should be fixed, but I'm going to do
the simple fix and rename one to 'clock-pclk' in line with other Arm
boards.

Rob