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

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>

authored by

Sean Wang and committed by
David S. Miller
4ce4862a 2a9aa41f

+2 -2
+2 -2
Documentation/devicetree/bindings/net/ethernet.txt
··· 11 11 the maximum frame size (there's contradiction in ePAPR). 12 12 - phy-mode: string, operation mode of the PHY interface; supported values are 13 13 "mii", "gmii", "sgmii", "qsgmii", "tbi", "rev-mii", "rmii", "rgmii", "rgmii-id", 14 - "rgmii-rxid", "rgmii-txid", "rtbi", "smii", "xgmii"; this is now a de-facto 15 - standard property; 14 + "rgmii-rxid", "rgmii-txid", "rtbi", "smii", "xgmii", "trgmii"; this is now a 15 + de-facto standard property; 16 16 - phy-connection-type: the same as "phy-mode" property but described in ePAPR; 17 17 - phy-handle: phandle, specifies a reference to a node representing a PHY 18 18 device; this property is described in ePAPR and so preferred;