]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
dt-bindings: net: dsa: b53: Fix full duplex in example
authorKurt Kanzenbach <kurt@linutronix.de>
Sat, 3 Oct 2020 09:30:51 +0000 (11:30 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 4 Oct 2020 00:35:42 +0000 (17:35 -0700)
There is no such property as duplex-full. It's called full-duplex. Leading to
reduced speed when using the example as base for a real device tree.

Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/dsa/b53.txt

index 3bb4e1086913752e08b3349a6cc6db31d937fc5d..f1487a751b1a8eab522ad49c3d7d85509999f589 100644 (file)
@@ -95,7 +95,7 @@ Ethernet switch connected via MDIO to the host, CPU port wired to eth0:
 
                fixed-link {
                        speed = <1000>;
-                       duplex-full;
+                       full-duplex;
                };
        };
 
@@ -129,7 +129,7 @@ Ethernet switch connected via MDIO to the host, CPU port wired to eth0:
                                        label = "cable-modem";
                                        fixed-link {
                                                speed = <1000>;
-                                               duplex-full;
+                                               full-duplex;
                                        };
                                        phy-mode = "rgmii-txid";
                                };
@@ -139,7 +139,7 @@ Ethernet switch connected via MDIO to the host, CPU port wired to eth0:
                                        label = "cpu";
                                        fixed-link {
                                                speed = <1000>;
-                                               duplex-full;
+                                               full-duplex;
                                        };
                                        phy-mode = "rgmii-txid";
                                        ethernet = <&eth0>;