[PATCH net-next v2 1/6] dt-bindings: net: dsa: lantiq,gswip: use correct node name

Daniel Golle posted 6 patches 3 weeks, 3 days ago
There is a newer version of this series
[PATCH net-next v2 1/6] dt-bindings: net: dsa: lantiq,gswip: use correct node name
Posted by Daniel Golle 3 weeks, 3 days ago
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>
---
v2: new patch

 Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml | 4 ++--
 1 file 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 205b683849a53..9c0de536bae97 100644
--- a/Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml
@@ -316,7 +316,7 @@ examples:
                 #address-cells = <1>;
                 #size-cells = <0>;
 
-                switchphy0: switchphy@0 {
+                switchphy0: ethernet-phy@0 {
                     reg = <0>;
 
                     leds {
@@ -331,7 +331,7 @@ examples:
                     };
                 };
 
-                switchphy1: switchphy@1 {
+                switchphy1: ethernet-phy@1 {
                     reg = <1>;
 
                     leds {
-- 
2.52.0
Re: [PATCH net-next v2 1/6] dt-bindings: net: dsa: lantiq,gswip: use correct node name
Posted by Rob Herring (Arm) 3 weeks, 2 days ago
On Thu, 15 Jan 2026 00:56:39 +0000, Daniel Golle wrote:
> 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>
> ---
> v2: new patch
> 
>  Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>