OSDN Git Service

dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindings
authorMaxime Chevallier <maxime.chevallier@bootlin.com>
Tue, 7 May 2019 15:35:55 +0000 (17:35 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 May 2019 19:30:29 +0000 (12:30 -0700)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/ethernet.txt

index a686215..d45b5b5 100644 (file)
@@ -36,7 +36,7 @@ Documentation/devicetree/bindings/phy/phy-bindings.txt.
   * "smii"
   * "xgmii"
   * "trgmii"
-  * "2000base-x",
+  * "1000base-x",
   * "2500base-x",
   * "rxaui"
   * "xaui"