Commit faaa5fd3 authored by Rob Herring's avatar Rob Herring Committed by Paolo Abeni

dt-bindings: net: altr,tse: Fix error in "compatible" conditional schema

The conditional if/then schema has an error as the "enum" values have
"const" in them. Drop the "const".
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230621231012.3816139-1-robh@kernel.orgSigned-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent 6656ba75
...@@ -72,8 +72,8 @@ allOf: ...@@ -72,8 +72,8 @@ allOf:
compatible: compatible:
contains: contains:
enum: enum:
- const: altr,tse-1.0 - altr,tse-1.0
- const: ALTR,tse-1.0 - ALTR,tse-1.0
then: then:
properties: properties:
reg: reg:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment