From: Rob Herring Date: Wed, 21 Jun 2023 23:10:12 +0000 (-0600) Subject: dt-bindings: net: altr,tse: Fix error in "compatible" conditional schema X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=faaa5fd30344f9a7b3816ae7a6b58ccd5a34998f;p=linux.git 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 Reviewed-by: Conor Dooley Link: https://lore.kernel.org/r/20230621231012.3816139-1-robh@kernel.org Signed-off-by: Paolo Abeni --- diff --git a/Documentation/devicetree/bindings/net/altr,tse.yaml b/Documentation/devicetree/bindings/net/altr,tse.yaml index 9d02af4689061..f5d3b70af07a6 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: