Commit 5f0ac3a1 authored by David Heidelberg's avatar David Heidelberg Committed by Greg Kroah-Hartman
Browse files

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: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20211008234312.61688-1-david@ixit.cz


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9b29075c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.