[PATCH net-next v2 1/9] dt-bindings: net: Document 2500Mbits/sec fixed link
Florian Fainelli
f.fainelli at gmail.com
Wed Dec 1 09:56:44 PST 2021
There are Device Trees with a fixed link rate of 2.5Gbits/sec, add this
value to the supported enumeration of speeds for a fixed link.
Signed-off-by: Florian Fainelli <f.fainelli at gmail.com>
---
Documentation/devicetree/bindings/net/ethernet-controller.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
index b0933a8c295a..ff4909e1fdda 100644
--- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml
+++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
@@ -178,7 +178,7 @@ properties:
Duplex configuration. 0 for half duplex or 1 for
full duplex
- - enum: [10, 100, 1000]
+ - enum: [10, 100, 1000, 2500]
description:
Link speed in Mbits/sec.
--
2.25.1
More information about the linux-arm-kernel
mailing list