summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net/ethernet.txt
diff options
context:
space:
mode:
authorSean Wang <sean.wang@mediatek.com>2016-09-23 14:04:09 +0800
committerDavid S. Miller <davem@davemloft.net>2016-09-24 08:26:09 -0400
commit4ce4862a815e3cee8040c9d91e2148aecbbf056e (patch)
tree4ffa731a173a12817441293fe73e15626edc9bf1 /Documentation/devicetree/bindings/net/ethernet.txt
parent2a9aa41fd2ba84b7be44f12e66da30dceb695824 (diff)
downloadlinux-stable-4ce4862a815e3cee8040c9d91e2148aecbbf056e.tar.gz
linux-stable-4ce4862a815e3cee8040c9d91e2148aecbbf056e.tar.bz2
linux-stable-4ce4862a815e3cee8040c9d91e2148aecbbf056e.zip
Documentation: devicetree: revise ethernet device-tree binding about TRGMII
add phy-mode "trgmii" to Documentation/devicetree/bindings/net/ethernet.txt Cc: devicetree@vger.kernel.org Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/ethernet.txt')
-rw-r--r--Documentation/devicetree/bindings/net/ethernet.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/ethernet.txt b/Documentation/devicetree/bindings/net/ethernet.txt
index 5d88f37480b6..e1d76812419c 100644
--- a/Documentation/devicetree/bindings/net/ethernet.txt
+++ b/Documentation/devicetree/bindings/net/ethernet.txt
@@ -11,8 +11,8 @@ The following properties are common to the Ethernet controllers:
the maximum frame size (there's contradiction in ePAPR).
- phy-mode: string, operation mode of the PHY interface; supported values are
"mii", "gmii", "sgmii", "qsgmii", "tbi", "rev-mii", "rmii", "rgmii", "rgmii-id",
- "rgmii-rxid", "rgmii-txid", "rtbi", "smii", "xgmii"; this is now a de-facto
- standard property;
+ "rgmii-rxid", "rgmii-txid", "rtbi", "smii", "xgmii", "trgmii"; this is now a
+ de-facto standard property;
- phy-connection-type: the same as "phy-mode" property but described in ePAPR;
- phy-handle: phandle, specifies a reference to a node representing a PHY
device; this property is described in ePAPR and so preferred;