Skip to content

Commit

Permalink
dt-bindings: net: altr,tse: Fix error in "compatible" conditional schema
Browse files Browse the repository at this point in the history
The conditional if/then schema has an error as the "enum" values have
"const" in them. Drop the "const".

Signed-off-by: Rob Herring <[email protected]>
Reviewed-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Paolo Abeni <[email protected]>
  • Loading branch information
robherring authored and Paolo Abeni committed Jun 23, 2023
1 parent 6656ba7 commit faaa5fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/devicetree/bindings/net/altr,tse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ allOf:
compatible:
contains:
enum:
- const: altr,tse-1.0
- const: ALTR,tse-1.0
- altr,tse-1.0
- ALTR,tse-1.0
then:
properties:
reg:
Expand Down

0 comments on commit faaa5fd

Please sign in to comment.