Re: [PATCH] dt-bindings: serial: uartlite: drop $ref for -bits property
From: Rob Herring <robh+dt@kernel.org>
Date: 2021-10-13 13:25:16
Also in:
linux-serial, lkml
From: Rob Herring <robh+dt@kernel.org>
Date: 2021-10-13 13:25:16
Also in:
linux-serial, lkml
On Fri, Oct 8, 2021 at 6:54 PM David Heidelberg [off-list ref] wrote:
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#
Signed-off-by: David Heidelberg <david@ixit.cz>
---
Documentation/devicetree/bindings/serial/xlnx,opb-uartlite.yaml | 1 -
1 file changed, 1 deletion(-)Thanks for fixing. Acked-by: Rob Herring <robh@kernel.org>