Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: dsa: b53: Fix full duplex in example

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>

authored by

Kurt Kanzenbach and committed by
David S. Miller
3a56268e 536a82ad

+3 -3
+3 -3
Documentation/devicetree/bindings/net/dsa/b53.txt
··· 95 95 96 96 fixed-link { 97 97 speed = <1000>; 98 - duplex-full; 98 + full-duplex; 99 99 }; 100 100 }; 101 101 ··· 129 129 label = "cable-modem"; 130 130 fixed-link { 131 131 speed = <1000>; 132 - duplex-full; 132 + full-duplex; 133 133 }; 134 134 phy-mode = "rgmii-txid"; 135 135 }; ··· 139 139 label = "cpu"; 140 140 fixed-link { 141 141 speed = <1000>; 142 - duplex-full; 142 + full-duplex; 143 143 }; 144 144 phy-mode = "rgmii-txid"; 145 145 ethernet = <&eth0>;