Skip to content

Commit 0c01b20

Browse files
dolcinigregkh
authored andcommitted
dt-bindings: serial: rs485: Add rs485-rts-active-high
Add rs485-rts-active-high property, this is a legacy property used by 8250_omap. This fixes the following make dt_binding_check warning: Documentation/devicetree/bindings/serial/8250_omap.yaml: rs485-rts-active-high: missing type definition Reported-by: Geert Uytterhoeven <[email protected]> Closes: https://lore.kernel.org/all/CAMuHMdUkPiA=o_QLyuwsTYW7y1ksCjHAqyNSHFx2QZ-dP-HGsQ@mail.gmail.com/ Fixes: 403e97d ("dt-bindings: serial: 8250_omap: add rs485-rts-active-high") Cc: stable <[email protected]> Signed-off-by: Francesco Dolcini <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a6149f7 commit 0c01b20

File tree

1 file changed

+4
-0
lines changed
  • Documentation/devicetree/bindings/serial

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/serial/rs485.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ properties:
2929
default: 0
3030
maximum: 100
3131

32+
rs485-rts-active-high:
33+
description: drive RTS high when sending (this is the default).
34+
$ref: /schemas/types.yaml#/definitions/flag
35+
3236
rs485-rts-active-low:
3337
description: drive RTS low when sending (default is high).
3438
$ref: /schemas/types.yaml#/definitions/flag

0 commit comments

Comments
 (0)