On 07/05/2022 19:04, Frank Wunderlich wrote: > From: Frank Wunderlich <frank-w@xxxxxxxxxxxxxxx> > > Convert txt binding to yaml binding for Mediatek switches. > > Signed-off-by: Frank Wunderlich <frank-w@xxxxxxxxxxxxxxx> > --- > v3: > - include standalone patch in mt7530 series > - drop some descriptions (gpio-cells,reset-gpios,reset-names) > - drop | from descriptions > - move patternProperties above allOf > > v2: > - rename mediatek.yaml => mediatek,mt7530.yaml > - drop "boolean" in description > - drop description for interrupt-properties > - drop #interrupt-cells as requirement > - example: eth=>ethernet,mdio0=>mdio,comment indention > - replace 0 by GPIO_ACTIVE_HIGH in first example > - use port(s)-pattern from dsa.yaml > - adress/size-cells not added to required because this > is defined at mdio-level inc current dts , not switch level > --- > .../bindings/net/dsa/mediatek,mt7530.yaml | 423 ++++++++++++++++++ > .../devicetree/bindings/net/dsa/mt7530.txt | 327 -------------- > 2 files changed, 423 insertions(+), 327 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml > delete mode 100644 Documentation/devicetree/bindings/net/dsa/mt7530.txt > > diff --git a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml > new file mode 100644 > index 000000000000..a7696d1b4a8c > --- /dev/null > +++ b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml > @@ -0,0 +1,423 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) I don't see any acks here so that part is unresolved. Rest looks good: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof