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

Documentation: devicetree: net: refer to fixed-link.txt

Update the Freescale TSEC PHY, Broadcom GENET & SYSTEMPORT Device Tree
binding documentation to refer to the fixed-link Device Tree binding in
fixed-link.txt.

Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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
ae21888f 91c1d980

+3 -6
+1 -1
Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt
··· 24 24 - fixed-link: When the GENET interface is connected to a MoCA hardware block or 25 25 when operating in a RGMII to RGMII type of connection, or when the MDIO bus is 26 26 voluntarily disabled, this property should be used to describe the "fixed link". 27 - See Documentation/devicetree/bindings/net/fsl-tsec-phy.txt for information on 27 + See Documentation/devicetree/bindings/net/fixed-link.txt for information on 28 28 the property specifics 29 29 30 30 Required child nodes:
+1 -1
Documentation/devicetree/bindings/net/broadcom-systemport.txt
··· 8 8 - local-mac-address: Ethernet MAC address (48 bits) of this adapter 9 9 - phy-mode: Should be a string describing the PHY interface to the 10 10 Ethernet switch/PHY, see Documentation/devicetree/bindings/net/ethernet.txt 11 - - fixed-link: see Documentation/devicetree/bindings/net/fsl-tsec-phy.txt for 11 + - fixed-link: see Documentation/devicetree/bindings/net/fixed-link.txt for 12 12 the property specific details 13 13 14 14 Optional properties:
+1 -4
Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
··· 42 42 interrupt. For TSEC and eTSEC devices, the first interrupt is 43 43 transmit, the second is receive, and the third is error. 44 44 - phy-handle : See ethernet.txt file in the same directory. 45 - - fixed-link : <a b c d e> where a is emulated phy id - choose any, 46 - but unique to the all specified fixed-links, b is duplex - 0 half, 47 - 1 full, c is link speed - d#10/d#100/d#1000, d is pause - 0 no 48 - pause, 1 pause, e is asym_pause - 0 no asym_pause, 1 asym_pause. 45 + - fixed-link : See fixed-link.txt in the same directory. 49 46 - phy-connection-type : See ethernet.txt file in the same directory. 50 47 This property is only really needed if the connection is of type 51 48 "rgmii-id", as all other connection types are detected by hardware.