Skip to content

Commit b2cc2b5

Browse files
Erwan Le Raygregkh
authored andcommitted
dt-bindings: serial: add generic DT binding for announcing RTS/CTS lines
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 <[email protected]> Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 8908145 commit b2cc2b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/serial/st,stm32-uart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ properties:
3535
description: label associated with this uart
3636

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

41+
uart-has-rtscts: true
42+
4143
dmas:
4244
minItems: 1
4345
maxItems: 2

0 commit comments

Comments
 (0)