On Tue, 13 Sep 2022 15:58:06 +0300, Vladimir Oltean wrote: > Replace the free-form description of device tree bindings for VSC9959 > and VSC9953 with a YAML formatted dt-schema description. This contains > more or less the same information, but reworded to be a bit more > succint. > > Signed-off-by: Vladimir Oltean <vladimir.oltean@xxxxxxx> > Reviewed-by: Maxim Kochetkov <fido_max@xxxxxxxx> > --- > v1->v2: > - provide a more detailed description of the DT binding > - allow little-endian and big-endian properties > - allow interrupts property and make it required for vsc9959 > - describe the meaning of the interrupts property > - reduce indentation in examples from 8 spaces to 4 > - change license so it matches the driver > > .../bindings/net/dsa/mscc,ocelot.yaml | 260 ++++++++++++++++++ > .../devicetree/bindings/net/dsa/ocelot.txt | 213 -------------- > 2 files changed, 260 insertions(+), 213 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/dsa/mscc,ocelot.yaml > delete mode 100644 Documentation/devicetree/bindings/net/dsa/ocelot.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>