Re: [PATCH 1/2] dt-bindings: lan966x-otpc: document Lan966X OTPC

From: Rob Herring
Date: Mon Aug 22 2022 - 14:17:10 EST


On Mon, Aug 22, 2022 at 08:04:56AM +0200, Horatiu Vultur wrote:
> The 08/19/2022 09:52, Krzysztof Kozlowski wrote:
>
> Hi Krzysztof,
>
> >
> > On 18/08/2022 19:44, Horatiu Vultur wrote:
> > > Document Lan966x OTP controller.
> > >
> > > +
> > > +properties:
> > > + compatible:
> > > + items:
> > > + - const: microchip,lan966x-otpc
> >
> > No wildcards in compatible (which will also affect the file name as it
> > should match the compatible).
>
> Ok, I will replace lan966x with lan966 as the SoC is defined (SOC_LAN966)

Pretty sure that's still a wildcard for the SoC family. 9668 or 9662 are
the ones we already have. Yes, there's already a bunch of 966x
compatibles, but that's not a pattern that should continue.

Rob