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