Commit 403e97d6 authored by Francesco Dolcini's avatar Francesco Dolcini Committed by Greg Kroah-Hartman

dt-bindings: serial: 8250_omap: add rs485-rts-active-high

Add rs485-rts-active-high property, this was removed by mistake.
In general we just use rs485-rts-active-low property, however the OMAP
UART for legacy reason uses the -high one.

Fixes: 767d3467 ("dt-bindings: serial: 8250_omap: drop rs485 properties")
Closes: https://lore.kernel.org/all/ZGefR4mTHHo1iQ7H@francesco-nb.int.toradex.com/Signed-off-by: default avatarFrancesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230531111038.6302-1-francesco@dolcini.itSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7183c37f
...@@ -70,6 +70,7 @@ properties: ...@@ -70,6 +70,7 @@ properties:
dsr-gpios: true dsr-gpios: true
rng-gpios: true rng-gpios: true
dcd-gpios: true dcd-gpios: true
rs485-rts-active-high: true
rts-gpio: true rts-gpio: true
power-domains: true power-domains: true
clock-frequency: true clock-frequency: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment