Message ID | E1l6W2G-0002Ga-0O@rmk-PC.armlinux.org.uk (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [RESEND] dt-bindings: ethernet-controller: fix fixed-link specification | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On Mon, Feb 01, 2021 at 10:02:20AM +0000, Russell King wrote: > The original fixed-link.txt allowed a pause property for fixed link. > This has been missed in the conversion to yaml format. > > Fixes: 9d3de3c58347 ("dt-bindings: net: Add YAML schemas for the generic Ethernet options") > Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Lets see if this ends up in patchwork. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Andrew
On Mon, 01 Feb 2021 10:02:20 +0000, Russell King wrote: > The original fixed-link.txt allowed a pause property for fixed link. > This has been missed in the conversion to yaml format. > > Fixes: 9d3de3c58347 ("dt-bindings: net: Add YAML schemas for the generic Ethernet options") > Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> > --- > > Resending now that kernel.org is fixed. > > .../devicetree/bindings/net/ethernet-controller.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Applied, thanks!
diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml index fdf709817218..39147d33e8c7 100644 --- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml +++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml @@ -206,6 +206,11 @@ title: Ethernet Controller Generic Binding Indicates that full-duplex is used. When absent, half duplex is assumed. + pause: + $ref: /schemas/types.yaml#definitions/flag + description: + Indicates that pause should be enabled. + asym-pause: $ref: /schemas/types.yaml#definitions/flag description:
The original fixed-link.txt allowed a pause property for fixed link. This has been missed in the conversion to yaml format. Fixes: 9d3de3c58347 ("dt-bindings: net: Add YAML schemas for the generic Ethernet options") Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> --- Resending now that kernel.org is fixed. .../devicetree/bindings/net/ethernet-controller.yaml | 5 +++++ 1 file changed, 5 insertions(+)