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 <k...@linutronix.de>
---
 Documentation/devicetree/bindings/net/dsa/b53.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/dsa/b53.txt 
b/Documentation/devicetree/bindings/net/dsa/b53.txt
index 3bb4e1086913..f1487a751b1a 100644
--- a/Documentation/devicetree/bindings/net/dsa/b53.txt
+++ b/Documentation/devicetree/bindings/net/dsa/b53.txt
@@ -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>;
-- 
2.20.1

Reply via email to