diff options
Diffstat (limited to 'Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt b/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt index 88c3d0478f7d..88fb9584d198 100644 --- a/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt +++ b/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt @@ -7,9 +7,7 @@ Required properties: - interrupts: must be two cells, the first cell is the general purpose interrupt line, while the second cell is the interrupt for the ring RX and TX queues operating in ring mode -- phy-mode: String, operation mode of the PHY interface. Supported values are - "mii", "rgmii", "rgmii-txid", "rev-mii", "moca". Analogous to ePAPR - "phy-connection-type" values +- phy-mode: see ethernet.txt file in the same directory - address-cells: should be 1 - size-cells: should be 1 @@ -20,9 +18,8 @@ Optional properties: - clock-names: When provided, names of the functional clock phandles, first name should be "enet" and second should be "enet-wol". -- phy-handle: A phandle to a phy node defining the PHY address (as the reg - property, a single integer), used to describe configurations where a PHY - (internal or external) is used. +- phy-handle: See ethernet.txt file in the same directory; used to describe + configurations where a PHY (internal or external) is used. - fixed-link: When the GENET interface is connected to a MoCA hardware block or when operating in a RGMII to RGMII type of connection, or when the MDIO bus is |