diff options
| author | Siddharth Vadapalli <s-vadapalli@ti.com> | 2025-04-11 11:39:16 +0530 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-04-14 15:57:06 -0700 |
| commit | f9c1120d9b5e65ded82dccb7ebf22bc9739419b0 (patch) | |
| tree | d8eb26d3bbbc014b680f6b86ffa5c70f4e47f493 /Documentation | |
| parent | dbf14d157c0fc3ae21c5d83d63276828d1abe542 (diff) | |
| download | ath-f9c1120d9b5e65ded82dccb7ebf22bc9739419b0.tar.gz | |
dt-bindings: net: ethernet-controller: add 5000M speed to fixed-link
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>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/net/ethernet-controller.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml index 45819b2358002..61e51ea58a985 100644 --- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml +++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml @@ -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 |
