Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1673715

[PATCH 1/4] dt-bindings: Add "internal" as a valid 'phy-mode' property

From Florian Fainelli <f.fainelli@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 1/4] dt-bindings: Add "internal" as a valid 'phy-mode' property
Date 2017-06-23 19:40 +0200
Message-ID <tVAIO-57u-27@gated-at.bofh.it> (permalink)
References <tVAIO-57u-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <f.fainelli@gmail.com>
---
 Documentation/devicetree/bindings/net/ethernet.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/ethernet.txt b/Documentation/devicetree/bindings/net/ethernet.txt
index d4abe9a98109..edd7fd2bbbf9 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"
-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/4] dt-bindings: Add "internal" as a valid 'phy-mode' property Florian Fainelli <f.fainelli@gmail.com> - 2017-06-23 19:40 +0200
  Re: [PATCH 1/4] dt-bindings: Add "internal" as a valid 'phy-mode'  property Rob Herring <robh@kernel.org> - 2017-06-26 21:50 +0200
    Re: [PATCH 1/4] dt-bindings: Add "internal" as a valid 'phy-mode'  property Florian Fainelli <f.fainelli@gmail.com> - 2017-06-26 21:50 +0200

csiph-web