]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: net: ethernet-controller: add 5000M speed to fixed-link
authorSiddharth Vadapalli <s-vadapalli@ti.com>
Fri, 11 Apr 2025 06:09:16 +0000 (11:39 +0530)
committerJakub Kicinski <kuba@kernel.org>
Mon, 14 Apr 2025 22:57:06 +0000 (15:57 -0700)
A link speed of 5000 Mbps is a valid speed for a fixed-link mode of
operation. Hence, update the bindings to include the same.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250411060917.633769-2-s-vadapalli@ti.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/devicetree/bindings/net/ethernet-controller.yaml

index 45819b2358002bc75e876eddb4b2ca18017c04bd..61e51ea58a985c3e5dc39e4ca40df8666d4879da 100644 (file)
@@ -197,7 +197,7 @@ properties:
             description:
               Link speed.
             $ref: /schemas/types.yaml#/definitions/uint32
-            enum: [10, 100, 1000, 2500, 10000]
+            enum: [10, 100, 1000, 2500, 5000, 10000]
 
           full-duplex:
             $ref: /schemas/types.yaml#/definitions/flag