Skip to content
Snippets Groups Projects
Commit 0445c81c authored by Rob Herring's avatar Rob Herring Committed by Greg Kroah-Hartman
Browse files

dt-bindings: Add missing 'properties' keyword enclosing 'snps,tso'


commit dbce0b65 upstream.

DT property definitions must be under a 'properties' keyword. This was
missing for 'snps,tso' in an if/then clause. A meta-schema fix will
catch future errors like this.

Fixes: 7db3545a ("dt-bindings: net: stmmac: Convert the binding to a schemas")
Cc: "David S. Miller" <davem@davemloft.net>
Acked-by: default avatarMaxime Ripard <mripard@kernel.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 200f8b96
No related branches found
No related tags found
No related merge requests found
...@@ -347,6 +347,7 @@ allOf: ...@@ -347,6 +347,7 @@ allOf:
- st,spear600-gmac - st,spear600-gmac
then: then:
properties:
snps,tso: snps,tso:
$ref: /schemas/types.yaml#definitions/flag $ref: /schemas/types.yaml#definitions/flag
description: description:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment