Commit b30e6686 authored by Rob Herring's avatar Rob Herring Committed by Greg Kroah-Hartman

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: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221111212838.4103828-1-robh@kernel.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 032d5a71
......@@ -67,8 +67,7 @@ allOf:
- if:
properties:
xlnx,use-parity:
contains:
const: 1
const: 1
then:
required:
- xlnx,odd-parity
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment