Re: [PATCH] spi: dt-bindings: Fix unevaluatedProperties warnings in examples

From: Rob Herring
Date: Thu May 26 2022 - 10:01:49 EST


On Thu, May 26, 2022 at 06:52:23AM +0000, Conor.Dooley@xxxxxxxxxxxxx wrote:
> On 26/05/2022 02:41, Rob Herring wrote:
> > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> >
> > The 'unevaluatedProperties' schema checks is not fully working and doesn't
> > catch some cases where there's a $ref to another schema. A fix is pending,
> > but results in new warnings in examples.
> >
> > 'spi-max-frequency' is supposed to be a per SPI peripheral device property,
> > not a SPI controller property, so drop it.
>
> Reviewed-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
>
> As this property is in the mpfs devicetree & I'll need to fix it, is this
> patch targeted at 5.19? (I assume given the window is open and there's no
> fixes tag that it isn't).

5.18 ideally because warnings are going to appear when I push the
dtschema fix for 'unevaluatedProperties'.

Rob