On Tue, 11 Jun 2024 15:54:23 +0200, Martin Schiller wrote: > Convert the lantiq,gswip bindings to YAML format. > > Also add this new file to the MAINTAINERS file. > > Furthermore, the CPU port has to specify a phy-mode and either a phy or > a fixed-link. Since GSWIP is connected using a SoC internal protocol > there's no PHY involved. Add phy-mode = "internal" and a fixed-link to > the example code to describe the communication between the PMAC > (Ethernet controller) and GSWIP switch. > > Signed-off-by: Martin Schiller <ms@xxxxxxxxxx> > --- > .../bindings/net/dsa/lantiq,gswip.yaml | 202 ++++++++++++++++++ > .../bindings/net/dsa/lantiq-gswip.txt | 146 ------------- > MAINTAINERS | 1 + > 3 files changed, 203 insertions(+), 146 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml > delete mode 100644 Documentation/devicetree/bindings/net/dsa/lantiq-gswip.txt > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>