Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1513987 > unrolled thread
| Started by | Jon Mason <jon.mason@broadcom.com> |
|---|---|
| First post | 2016-11-02 18:10 +0100 |
| Last post | 2016-11-02 18:50 +0100 |
| Articles | 3 — 3 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.
[PATCH v5 2/7] Documentation: devicetree: add PHY lane swap binding Jon Mason <jon.mason@broadcom.com> - 2016-11-02 18:10 +0100
Re: [PATCH v5 2/7] Documentation: devicetree: add PHY lane swap binding Florian Fainelli <florian.fainelli@broadcom.com> - 2016-11-02 18:20 +0100
Re: [PATCH v5 2/7] Documentation: devicetree: add PHY lane swap binding Andrew Lunn <andrew@lunn.ch> - 2016-11-02 18:50 +0100
| From | Jon Mason <jon.mason@broadcom.com> |
|---|---|
| Date | 2016-11-02 18:10 +0100 |
| Subject | [PATCH v5 2/7] Documentation: devicetree: add PHY lane swap binding |
| Message-ID | <sz7d0-FB-37@gated-at.bofh.it> |
Add the documentation for PHY lane swapping. This is a boolean entry to
notify the phy device drivers that the TX/RX lanes need to be swapped.
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
---
Documentation/devicetree/bindings/net/phy.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/phy.txt b/Documentation/devicetree/bindings/net/phy.txt
index bc1c3c8..4627da3 100644
--- a/Documentation/devicetree/bindings/net/phy.txt
+++ b/Documentation/devicetree/bindings/net/phy.txt
@@ -35,6 +35,10 @@ Optional Properties:
- broken-turn-around: If set, indicates the PHY device does not correctly
release the turn around line low at the end of a MDIO transaction.
+- enet-phy-lane-swap: If set, indicates the PHY will swap the TX/RX lanes to
+ compensate for the board being designed with the lanes swapped.
+
+
Example:
ethernet-phy@0 {
--
2.7.4
[toc] | [next] | [standalone]
| From | Florian Fainelli <florian.fainelli@broadcom.com> |
|---|---|
| Date | 2016-11-02 18:20 +0100 |
| Subject | Re: [PATCH v5 2/7] Documentation: devicetree: add PHY lane swap binding |
| Message-ID | <sz7mH-J6-75@gated-at.bofh.it> |
| In reply to | #1513987 |
On 11/02/2016 10:08 AM, Jon Mason wrote: > Add the documentation for PHY lane swapping. This is a boolean entry to > notify the phy device drivers that the TX/RX lanes need to be swapped. > > Signed-off-by: Jon Mason <jon.mason@broadcom.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian
[toc] | [prev] | [next] | [standalone]
| From | Andrew Lunn <andrew@lunn.ch> |
|---|---|
| Date | 2016-11-02 18:50 +0100 |
| Subject | Re: [PATCH v5 2/7] Documentation: devicetree: add PHY lane swap binding |
| Message-ID | <sz7PI-Tc-23@gated-at.bofh.it> |
| In reply to | #1513987 |
On Wed, Nov 02, 2016 at 01:08:03PM -0400, Jon Mason wrote:
> Add the documentation for PHY lane swapping. This is a boolean entry to
> notify the phy device drivers that the TX/RX lanes need to be swapped.
>
> Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web