Skip to content

Commit f50fcc0

Browse files
dolcinigregkh
authored andcommitted
dt-bindings: serial: rs485: Add rs485-rts-active-high
commit 0c01b20 upstream. 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 <geert@linux-m68k.org> 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 <stable@kernel.org> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20231019154834.41721-1-francesco@dolcini.it Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent f35ce68 commit f50fcc0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • Documentation/devicetree/bindings/serial

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)