]> git.ipfire.org Git - thirdparty/linux.git/commit
dt-bindings: net: dsa: lantiq,gswip: convert to YAML schema
authorMartin Schiller <ms@dev.tdt.de>
Tue, 11 Jun 2024 13:54:23 +0000 (15:54 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 14 Jun 2024 00:07:10 +0000 (17:07 -0700)
commitc7f75954212b5e64f6b1f2375215b02fd79758ce
tree11d7deb54ce75b28ab3f811808f0d4bab4976266
parentcf157f33f44d8a6dce803f967d8aac3032e03a43
dt-bindings: net: dsa: lantiq,gswip: convert to YAML schema

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@dev.tdt.de>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Link: https://lore.kernel.org/r/20240611135434.3180973-2-ms@dev.tdt.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/net/dsa/lantiq-gswip.txt [deleted file]
MAINTAINERS