linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindings
@ 2019-05-07 15:35 Maxime Chevallier
  2019-05-07 16:02 ` Andrew Lunn
  2019-05-07 19:30 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Maxime Chevallier @ 2019-05-07 15:35 UTC (permalink / raw)
  To: davem, Rob Herring, Mark Rutland, Andrew Lunn
  Cc: Maxime Chevallier, netdev, linux-kernel, devicetree,
	Antoine Tenart, thomas.petazzoni, gregory.clement

The phy_mode "2000base-x" is actually supposed to be "1000base-x", even
though the commit title of the original patch says otherwise.

Fixes: 55601a880690 ("net: phy: Add 2000base-x, 2500base-x and rxaui modes")
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
---
 Documentation/devicetree/bindings/net/ethernet.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/ethernet.txt b/Documentation/devicetree/bindings/net/ethernet.txt
index a68621580584..d45b5b56fa39 100644
--- a/Documentation/devicetree/bindings/net/ethernet.txt
+++ b/Documentation/devicetree/bindings/net/ethernet.txt
@@ -36,7 +36,7 @@ Documentation/devicetree/bindings/phy/phy-bindings.txt.
   * "smii"
   * "xgmii"
   * "trgmii"
-  * "2000base-x",
+  * "1000base-x",
   * "2500base-x",
   * "rxaui"
   * "xaui"
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net] dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindings
  2019-05-07 15:35 [PATCH net] dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindings Maxime Chevallier
@ 2019-05-07 16:02 ` Andrew Lunn
  2019-05-07 19:30 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2019-05-07 16:02 UTC (permalink / raw)
  To: Maxime Chevallier
  Cc: davem, Rob Herring, Mark Rutland, netdev, linux-kernel,
	devicetree, Antoine Tenart, thomas.petazzoni, gregory.clement

On Tue, May 07, 2019 at 05:35:55PM +0200, Maxime Chevallier wrote:
> The phy_mode "2000base-x" is actually supposed to be "1000base-x", even
> though the commit title of the original patch says otherwise.
> 
> Fixes: 55601a880690 ("net: phy: Add 2000base-x, 2500base-x and rxaui modes")
> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net] dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindings
  2019-05-07 15:35 [PATCH net] dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindings Maxime Chevallier
  2019-05-07 16:02 ` Andrew Lunn
@ 2019-05-07 19:30 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2019-05-07 19:30 UTC (permalink / raw)
  To: maxime.chevallier
  Cc: robh+dt, mark.rutland, andrew, netdev, linux-kernel, devicetree,
	antoine.tenart, thomas.petazzoni, gregory.clement

From: Maxime Chevallier <maxime.chevallier@bootlin.com>
Date: Tue,  7 May 2019 17:35:55 +0200

> The phy_mode "2000base-x" is actually supposed to be "1000base-x", even
> though the commit title of the original patch says otherwise.
> 
> Fixes: 55601a880690 ("net: phy: Add 2000base-x, 2500base-x and rxaui modes")
> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-07 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-07 15:35 [PATCH net] dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindings Maxime Chevallier
2019-05-07 16:02 ` Andrew Lunn
2019-05-07 19:30 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).