dt-bindings: serial: uartlite: drop $ref for -bits property

Fixes warning:
Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml: properties:xlnx,data-bits: {'const': '$ref'} is not allowed for '$ref'
	hint: Standard unit suffix properties don't need a type $ref
	from schema $id: http://devicetree.org/meta-schemas/core.yaml#

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20211008234312.61688-1-david@ixit.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
David Heidelberg
2021-10-09 01:43:12 +02:00
committed by Greg Kroah-Hartman
parent 9b29075c1a
commit 5f0ac3a1da

View File

@@ -38,7 +38,6 @@ properties:
The fixed baud rate that the device was configured for.
xlnx,data-bits:
$ref: /schemas/types.yaml#/definitions/uint32
enum: [5, 6, 7, 8]
description:
The fixed number of data bits that the device was configured for.