From: Florian Fainelli Date: Fri, 23 Jun 2017 17:33:13 +0000 (-0700) Subject: dt-bindings: Add "internal" as a valid 'phy-mode' property X-Git-Tag: v4.14-rc1~596^2~95^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29b65f5f97632722bb80969377e5b0e2401fb392;p=platform%2Fkernel%2Flinux-rpi3.git dt-bindings: Add "internal" as a valid 'phy-mode' property A number of Ethernet MACs have internal Ethernet PHYs and the internal wiring makes it so that this knowledge needs to be available using the standard 'phy-mode' property. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- diff --git a/Documentation/devicetree/bindings/net/ethernet.txt b/Documentation/devicetree/bindings/net/ethernet.txt index d4abe9a..edd7fd2 100644 --- a/Documentation/devicetree/bindings/net/ethernet.txt +++ b/Documentation/devicetree/bindings/net/ethernet.txt @@ -11,6 +11,7 @@ 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. This is now a de-facto standard property; supported values are: + * "internal" * "mii" * "gmii" * "sgmii"