diff options
| author | Daniel Golle <daniel@makrotopia.org> | 2026-01-22 16:38:45 +0000 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2026-01-27 11:52:44 +0100 |
| commit | b6d6f017022fd45dc048c03d9233bba623af27ed (patch) | |
| tree | ad57fc3c79a4fd9f8865ba5a109658d730174e43 | |
| parent | 099ca4121ea747acc8a0d36852f2f477943f306d (diff) | |
| download | linux-b6d6f017022fd45dc048c03d9233bba623af27ed.tar.gz linux-b6d6f017022fd45dc048c03d9233bba623af27ed.zip | |
dt-bindings: net: dsa: lantiq,gswip: use correct node name
Ethernet PHYs should use nodes named 'ethernet-phy@'.
Rename the Ethernet PHY nodes in the example to comply.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/94f439aa17d7b51fb367877df4fb84c8c07c7ce4.1769099517.git.daniel@makrotopia.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
| -rw-r--r-- | Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml b/Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml index 37d64b8a76ac..027a91d27615 100644 --- a/Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml +++ b/Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml @@ -338,7 +338,7 @@ examples: #address-cells = <1>; #size-cells = <0>; - switchphy0: switchphy@0 { + switchphy0: ethernet-phy@0 { reg = <0>; leds { @@ -353,7 +353,7 @@ examples: }; }; - switchphy1: switchphy@1 { + switchphy1: ethernet-phy@1 { reg = <1>; leds { |
