Re: [PATCH net-next v5 1/7] dt-bindings: net: dsa: Require ports or ethernet-ports

From: Linus Walleij
Date: Mon Oct 23 2023 - 03:51:18 EST


On Mon, Oct 23, 2023 at 9:19 AM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote:

> Bindings using dsa.yaml#/$defs/ethernet-ports specify that
> a DSA switch node need to have a ports or ethernet-ports
> subnode, and that is actually required, so add requirements
> using oneOf.
>
> Suggested-by: Rob Herring <robh@xxxxxxxxxx>
> Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
(...)
> + oneOf:
> + - required:
> + - ports
> + - required:
> + - ethernet-ports

Ooops I meant to drop the patch altogether because I just
couldn't figure out how to test this.

Ignore bot complaints on this one then.

Yours,
Linus Walleij