diff options
| author | Jason Gunthorpe <jgunthorpe@obsidianresearch.com> | 2016-10-26 13:47:02 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-10-29 15:11:36 -0400 |
| commit | fd33b2447bec7926ceaf4a4b74b68ea2466f2ae0 (patch) | |
| tree | 12a62612fc3a8db7ca7d5f03b5868f846a01564c /Documentation | |
| parent | ad60133909442bd0b972e9a926e948c51256a46f (diff) | |
net: mv643xx_eth: Fetch the phy connection type from DT
The MAC is capable of RGMII mode and that is probably a more typical
connection type than GMII today (eg it is used by Marvell Reference
designs for several SOCs). Let DT users specify the standard
phy-connection-type = "rgmii-id";
On a phy node.
Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/net/marvell-orion-net.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/marvell-orion-net.txt b/Documentation/devicetree/bindings/net/marvell-orion-net.txt index bce52b2ec55e..6fd988c84c4f 100644 --- a/Documentation/devicetree/bindings/net/marvell-orion-net.txt +++ b/Documentation/devicetree/bindings/net/marvell-orion-net.txt | |||
| @@ -49,6 +49,7 @@ Optional port properties: | |||
| 49 | and | 49 | and |
| 50 | 50 | ||
| 51 | - phy-handle: See ethernet.txt file in the same directory. | 51 | - phy-handle: See ethernet.txt file in the same directory. |
| 52 | - phy-mode: See ethernet.txt file in the same directory. | ||
| 52 | 53 | ||
| 53 | or | 54 | or |
| 54 | 55 | ||
