Re: [PATCH 07/10] dt-bindings: mtd: Ensure partition node properties are documented

From: Krzysztof Kozlowski

Date: Sun Jan 11 2026 - 04:45:10 EST


On Fri, Jan 09, 2026 at 06:25:32PM -0600, Rob Herring wrote:
> > > - $ref: partitions/partition.yaml
> > > - deprecated: true
> > > -
> > > - "^partition@[0-9a-f]+":
> > > - $ref: partitions/partition.yaml
> > > + "(^partition)?@[0-9a-f]+$":
> > > + $ref: /schemas/mtd/partitions/partition.yaml#/$defs/partition-node
> > > deprecated: true
> >
> > This makes partition@ deprecated. Looks unintended or needds commit msg
> > explanation.
>
> No, the only change here is I combined the entries. "partition@" is
> deprecated when not under "partitions" node.

Indeed, I misread the diff.


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>

Best regards,
Krzysztof