Skip to content

Commit b30e668

Browse files
robherringgregkh
authored andcommitted
dt-bindings: serial: xlnx,opb-uartlite: Drop 'contains' from 'xlnx,use-parity'
'contains' applies to arrays, but 'xlnx,use-parity' is a scalar. So drop 'contains' from the 'if' schema. Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 032d5a7 commit b30e668

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ allOf:
6767
- if:
6868
properties:
6969
xlnx,use-parity:
70-
contains:
71-
const: 1
70+
const: 1
7271
then:
7372
required:
7473
- xlnx,odd-parity

0 commit comments

Comments
 (0)