2021-04-13 22:12:12

by Erwan Le Ray

[permalink] [raw]
Subject: [PATCH v2 3/4] dt-bindings: serial: 8250: update TX FIFO trigger level

Remove data type from tx-threshold trigger level as defined now as a
serial generic property.

Signed-off-by: Erwan Le Ray <[email protected]>

diff --git a/Documentation/devicetree/bindings/serial/8250.yaml b/Documentation/devicetree/bindings/serial/8250.yaml
index c0e292cdaa6b..ff0fa9b2a390 100644
--- a/Documentation/devicetree/bindings/serial/8250.yaml
+++ b/Documentation/devicetree/bindings/serial/8250.yaml
@@ -166,7 +166,6 @@ properties:
property.

tx-threshold:
- $ref: /schemas/types.yaml#/definitions/uint32
description: |
Specify the TX FIFO low water indication for parts with programmable
TX FIFO thresholds.
--
2.17.1


2021-04-15 21:15:42

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 3/4] dt-bindings: serial: 8250: update TX FIFO trigger level

On Tue, 13 Apr 2021 19:40:14 +0200, Erwan Le Ray wrote:
> Remove data type from tx-threshold trigger level as defined now as a
> serial generic property.
>
> Signed-off-by: Erwan Le Ray <[email protected]>
>

Reviewed-by: Rob Herring <[email protected]>