Message ID | 20210413174015.23011-4-erwan.leray@foss.st.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/4] dt-bindings: serial: add RX and TX FIFO properties | expand |
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 <erwan.leray@foss.st.com> > Reviewed-by: Rob Herring <robh@kernel.org>
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.
Remove data type from tx-threshold trigger level as defined now as a serial generic property. Signed-off-by: Erwan Le Ray <erwan.leray@foss.st.com>