Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rob Herring and committed by
Paolo Abeni
faaa5fd3 6656ba75

+2 -2
+2 -2
Documentation/devicetree/bindings/net/altr,tse.yaml
··· 72 72 compatible: 73 73 contains: 74 74 enum: 75 - - const: altr,tse-1.0 76 - - const: ALTR,tse-1.0 75 + - altr,tse-1.0 76 + - ALTR,tse-1.0 77 77 then: 78 78 properties: 79 79 reg: