Skip to content

Commit

Permalink
dt-bindings: serial: add generic DT binding for announcing RTS/CTS lines
Browse files Browse the repository at this point in the history
Add support of generic DT binding for annoucing RTS/CTS lines. The initial
binding 'st,hw-flow-control' is not needed anymore since generic binding
is available, but is kept for backward compatibility.

Signed-off-by: Erwan Le Ray <erwan.leray@st.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200520133932.30441-2-erwan.leray@st.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Erwan Le Ray authored and Greg Kroah-Hartman committed Jul 1, 2020
1 parent 8908145 commit b2cc2b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/devicetree/bindings/serial/st,stm32-uart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ properties:
description: label associated with this uart

st,hw-flow-ctrl:
description: enable hardware flow control
description: enable hardware flow control (deprecated)
$ref: /schemas/types.yaml#/definitions/flag

uart-has-rtscts: true

dmas:
minItems: 1
maxItems: 2
Expand Down

0 comments on commit b2cc2b5

Please sign in to comment.