2019-12-19 14:04:09

by Benjamin GAIGNARD

[permalink] [raw]
Subject: [PATCH] dt-bindings: net: stmmac: add missing properties keyword

Add missing 'properties' keyword to be compliant with syntax requirements

Fixes: 7db3545aef5fa ("dt-bindings: net: stmmac: Convert the binding to a schemas")
Signed-off-by: Benjamin Gaignard <[email protected]>
---
Documentation/devicetree/bindings/net/snps,dwmac.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
index 4845e29411e4..e08cd4c4d568 100644
--- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml
+++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
@@ -347,6 +347,7 @@ allOf:
- st,spear600-gmac

then:
+ properties:
snps,tso:
$ref: /schemas/types.yaml#definitions/flag
description:
--
2.15.0


2019-12-20 22:55:12

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: net: stmmac: add missing properties keyword

On Thu, Dec 19, 2019 at 03:02:26PM +0100, Benjamin Gaignard wrote:
> Add missing 'properties' keyword to be compliant with syntax requirements
>
> Fixes: 7db3545aef5fa ("dt-bindings: net: stmmac: Convert the binding to a schemas")
> Signed-off-by: Benjamin Gaignard <[email protected]>
> ---
> Documentation/devicetree/bindings/net/snps,dwmac.yaml | 1 +
> 1 file changed, 1 insertion(+)

Thanks, but I already sent and applied a fix.

Rob