projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6656ba7
)
dt-bindings: net: altr,tse: Fix error in "compatible" conditional schema
author
Rob Herring
<robh@kernel.org>
Wed, 21 Jun 2023 23:10:12 +0000
(17:10 -0600)
committer
Paolo Abeni
<pabeni@redhat.com>
Fri, 23 Jun 2023 10:49:11 +0000
(12:49 +0200)
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>
Documentation/devicetree/bindings/net/altr,tse.yaml
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/bindings/net/altr,tse.yaml
b/Documentation/devicetree/bindings/net/altr,tse.yaml
index 9d02af46890613a901e75ba38402d84f5ca11409..f5d3b70af07a6fbc4bab13ebf52fb9d6e9747cfc 100644
(file)
--- 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: