diff options
author | David Heidelberg <david@ixit.cz> | 2021-10-09 01:43:12 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-10-13 15:32:17 +0200 |
commit | 5f0ac3a1dae17ec0af6b845376247d7cc948ea3d (patch) | |
tree | 2ca717e43c252ccbfee69842b7fd0685f4818f98 | |
parent | serial: sc16is7xx: Make sc16is7xx_remove() return void (diff) | |
download | linux-5f0ac3a1dae17ec0af6b845376247d7cc948ea3d.tar.xz linux-5f0ac3a1dae17ec0af6b845376247d7cc948ea3d.zip |
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>
-rw-r--r-- | Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml b/Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml index b8a2bfe14bed..f7617b88c7c3 100644 --- a/Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml +++ b/Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml @@ -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. |