Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1673717
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next 1/4] dt-bindings: Add "internal" as a valid 'phy-mode' property |
| Date | 2017-06-23 19:40 +0200 |
| Message-ID | <tVAIO-57u-23@gated-at.bofh.it> (permalink) |
| References | <tVAIN-57u-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH net-next 0/4] net: phy: Support "internal" PHY interface Florian Fainelli <f.fainelli@gmail.com> - 2017-06-23 19:40 +0200 [PATCH net-next 1/4] dt-bindings: Add "internal" as a valid 'phy-mode' property Florian Fainelli <f.fainelli@gmail.com> - 2017-06-23 19:40 +0200 [PATCH net-next 4/4] net: dsa: bcm_sf2: Remove special handling of "internal" phy-mode Florian Fainelli <f.fainelli@gmail.com> - 2017-06-23 19:40 +0200 [PATCH net-next 2/4] net: phy: Support "internal" PHY interface Florian Fainelli <f.fainelli@gmail.com> - 2017-06-23 19:40 +0200 Re: [PATCH net-next 0/4] net: phy: Support "internal" PHY interface David Miller <davem@davemloft.net> - 2017-06-23 21:10 +0200
csiph-web