Re: [PATCH] dt-bindings: net: Convert Marvell Armada NETA and BM to DT schema
From: Rob Herring
Date: Sat Jul 19 2025 - 22:18:41 EST
On Thu, Jul 10, 2025 at 3:46 AM Paolo Abeni <pabeni@xxxxxxxxxx> wrote:
>
> On 7/3/25 12:26 AM, Rob Herring (Arm) wrote:
> > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > index 5d2a7a8d3ac6..741b545e3ab0 100644
> > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> > @@ -21,6 +21,7 @@ patternProperties:
> > "^(pciclass|pinctrl-single|#pinctrl-single|PowerPC),.*": true
> > "^(pl022|pxa-mmc|rcar_sound|rotary-encoder|s5m8767|sdhci),.*": true
> > "^(simple-audio-card|st-plgpio|st-spics|ts),.*": true
> > + "^pool[0-3],.*": true
>
> The 'DO NOT ADD NEW PROPERTIES TO THIS LIST' comment just above this
> block is a bit scaring, even if the list has been indeed updated a few
> times. @Rob: can you please confirm this chunk is intended?
Yes, it is intended. It's not new properties. It's properties added to
the schemas which I suppose I missed when initially populating this
list.
> Also I understand you want this patch to go through the net-next tree,
> could you please confirm?
Yes.
Rob