diff options
author | Rob Herring <[email protected]> | 2023-06-21 17:10:12 -0600 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2023-06-23 12:49:11 +0200 |
commit | faaa5fd30344f9a7b3816ae7a6b58ccd5a34998f (patch) | |
tree | ce88ac3208e4ab5291f62db253072eb79da458f1 | |
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 <[email protected]>
Reviewed-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Paolo Abeni <[email protected]>
-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: |