From: Maxime Chevallier Date: Tue, 7 May 2019 15:35:55 +0000 (+0200) Subject: dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindings X-Git-Tag: v5.2-rc1~133^2^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=822dd046d7e22a8d01728200a003da230e4c6f7f;p=users%2Fhch%2Fmisc.git 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 Reviewed-by: Andrew Lunn Signed-off-by: David S. Miller --- 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"