diff options
| author | Maxime Chevallier <maxime.chevallier@bootlin.com> | 2019-05-07 11:35:55 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2019-05-07 15:30:29 -0400 |
| commit | 822dd046d7e22a8d01728200a003da230e4c6f7f (patch) | |
| tree | 6a3ec96bbdc7fa773d52f8f45b189b7f679a616a | |
| parent | 0504453139ef5a593c9587e1e851febee859c7d8 (diff) | |
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 <maxime.chevallier@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | Documentation/devicetree/bindings/net/ethernet.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 36 | * "smii" | 36 | * "smii" |
| 37 | * "xgmii" | 37 | * "xgmii" |
| 38 | * "trgmii" | 38 | * "trgmii" |
| 39 | * "2000base-x", | 39 | * "1000base-x", |
| 40 | * "2500base-x", | 40 | * "2500base-x", |
| 41 | * "rxaui" | 41 | * "rxaui" |
| 42 | * "xaui" | 42 | * "xaui" |
