Merge tag 'efi-next-for-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / net / dsa / b53.txt
index 3bb4e10..f1487a7 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>;