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


Groups > linux.kernel > #1673715 > unrolled thread

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

Started byFlorian Fainelli <f.fainelli@gmail.com>
First post2017-06-23 19:40 +0200
Last post2017-06-26 21:50 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [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

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

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2017-06-23 19:40 +0200
Subject[PATCH 1/4] dt-bindings: Add "internal" as a valid 'phy-mode' property
Message-ID<tVAIO-57u-27@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


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

FromRob Herring <robh@kernel.org>
Date2017-06-26 21:50 +0200
SubjectRe: [PATCH 1/4] dt-bindings: Add "internal" as a valid 'phy-mode' property
Message-ID<tWIbg-6vE-9@gated-at.bofh.it>
In reply to#1673715
On Fri, Jun 23, 2017 at 10:31:32AM -0700, Florian Fainelli wrote:
> 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(+)

Acked-by: Rob Herring <robh@kernel.org>

I haven't checked, but this should probably go in the DT spec and we 
should update the kernel docs to just point to it.

Rob

[toc] | [prev] | [next] | [standalone]


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

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2017-06-26 21:50 +0200
SubjectRe: [PATCH 1/4] dt-bindings: Add "internal" as a valid 'phy-mode' property
Message-ID<tWIbg-6vE-13@gated-at.bofh.it>
In reply to#1675066
On 06/26/2017 12:43 PM, Rob Herring wrote:
> On Fri, Jun 23, 2017 at 10:31:32AM -0700, Florian Fainelli wrote:
>> 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(+)
> 
> Acked-by: Rob Herring <robh@kernel.org>
> 
> I haven't checked, but this should probably go in the DT spec and we 
> should update the kernel docs to just point to it.

Will do, thanks!
-- 
Florian

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web