mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
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:
committed by
Greg Kroah-Hartman
parent
9b29075c1a
commit
5f0ac3a1da
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user