Skip to content

Commit 322322d

Browse files
Russell Kingrobherring
authored andcommitted
dt-bindings: ethernet-controller: fix fixed-link specification
The original fixed-link.txt allowed a pause property for fixed link. This has been missed in the conversion to yaml format. Fixes: 9d3de3c ("dt-bindings: net: Add YAML schemas for the generic Ethernet options") Signed-off-by: Russell King <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 5ab9314 commit 322322d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/net/ethernet-controller.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ properties:
207207
Indicates that full-duplex is used. When absent, half
208208
duplex is assumed.
209209

210+
pause:
211+
$ref: /schemas/types.yaml#definitions/flag
212+
description:
213+
Indicates that pause should be enabled.
214+
210215
asym-pause:
211216
$ref: /schemas/types.yaml#/definitions/flag
212217
description:

0 commit comments

Comments
 (0)