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

Documentation: devicetree: add old and deprecated 'fixed-link'

Update the fixed-link Device Tree binding documentation to contain
information about the old and deprecated 5-digit 'fixed-link' property.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Florian Fainelli and committed by
David S. Miller
91c1d980 a33fa47e

+12
+12
Documentation/devicetree/bindings/net/fixed-link.txt
··· 18 18 * 'asym-pause' (boolean, optional), to indicate that asym_pause should 19 19 be enabled. 20 20 21 + Old, deprecated 'fixed-link' binding: 22 + 23 + * A 'fixed-link' property in the Ethernet MAC node, with 5 cells, of the 24 + form <a b c d e> with the following accepted values: 25 + - a: emulated PHY ID, choose any but but unique to the all specified 26 + fixed-links, from 0 to 31 27 + - b: duplex configuration: 0 for half duplex, 1 for full duplex 28 + - c: link speed in Mbits/sec, accepted values are: 10, 100 and 1000 29 + - d: pause configuration: 0 for no pause, 1 for pause 30 + - e: asymmetric pause configuration: 0 for no asymmetric pause, 1 for 31 + asymmetric pause 32 + 21 33 Example: 22 34 23 35 ethernet@0 {