2019-05-07 15:38:45

by Maxime Chevallier

[permalink] [raw]
Subject: [PATCH net] dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindings

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 <[email protected]>
---
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


2019-05-07 16:04:49

by Andrew Lunn

[permalink] [raw]
Subject: Re: [PATCH net] dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindings

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 <[email protected]>

Reviewed-by: Andrew Lunn <[email protected]>

Andrew

2019-05-07 19:31:51

by David Miller

[permalink] [raw]
Subject: Re: [PATCH net] dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindings

From: Maxime Chevallier <[email protected]>
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 <[email protected]>

Applied.