diff options
author | Rob Herring <[email protected]> | 2022-11-11 15:28:38 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-11-22 17:52:16 +0100 |
commit | b30e66863c60bb5c7da2151a65afb2ee419b9df4 (patch) | |
tree | a83250ae01ab9dcf0d8bc3c2af5e4a0bf327f989 | |
parent | 032d5a71ed378ffc6a2d41a187d8488a4f9fe415 (diff) |
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]>
-rw-r--r-- | Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml b/Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml index f7617b88c7c3..2f4390e8d4e8 100644 --- a/Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml +++ b/Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml @@ -67,8 +67,7 @@ allOf: - if: properties: xlnx,use-parity: - contains: - const: 1 + const: 1 then: required: - xlnx,odd-parity |