Documentation: devicetree: revise ethernet device-tree binding about TRGMII
authorSean Wang <[email protected]>
Fri, 23 Sep 2016 06:04:09 +0000 (14:04 +0800)
committerDavid S. Miller <[email protected]>
Sat, 24 Sep 2016 12:26:09 +0000 (08:26 -0400)
add phy-mode "trgmii" to
Documentation/devicetree/bindings/net/ethernet.txt

Cc: [email protected]
Reported-by: Sergei Shtylyov <[email protected]>
Signed-off-by: Sean Wang <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Documentation/devicetree/bindings/net/ethernet.txt

index 5d88f37480b6a75e13f61e782829bf9babbf46a9..e1d76812419cad0dcba664263ac09d12b90f069c 100644 (file)
@@ -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;