diff options
author | Rob Herring <robh@kernel.org> | 2023-06-21 17:10:12 -0600 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2023-06-23 12:49:11 +0200 |
commit | faaa5fd30344f9a7b3816ae7a6b58ccd5a34998f (patch) | |
tree | ce88ac3208e4ab5291f62db253072eb79da458f1 /Documentation/devicetree/bindings/net/altr,tse.yaml | |
parent | 6656ba754d0630ae0af770f71b4fb012ff9a075a (diff) |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/net/altr,tse.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/net/altr,tse.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/altr,tse.yaml b/Documentation/devicetree/bindings/net/altr,tse.yaml index 9d02af468906..f5d3b70af07a 100644 --- a/Documentation/devicetree/bindings/net/altr,tse.yaml +++ b/Documentation/devicetree/bindings/net/altr,tse.yaml @@ -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: |