Skip to content

Commit faaa5fd

Browse files
robherringPaolo Abeni
authored andcommitted
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: Rob Herring <robh@kernel.org> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20230621231012.3816139-1-robh@kernel.org Signed-off-by: Paolo Abeni <pabeni@redhat.com>
1 parent 6656ba7 commit faaa5fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/net/altr,tse.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ allOf:
7272
compatible:
7373
contains:
7474
enum:
75-
- const: altr,tse-1.0
76-
- const: ALTR,tse-1.0
75+
- altr,tse-1.0
76+
- ALTR,tse-1.0
7777
then:
7878
properties:
7979
reg:

0 commit comments

Comments
 (0)