提交 7f40605a 编写于 作者: R Richard Genoud 提交者: Greg Kroah-Hartman

tty/serial: atmel_serial: Fix device tree documentation

RTS pin is an active low pin.
For now, this doesn't change anything as the ACTIVE_LOW flag is not
handled in atmel_serial, but it will be in 3.16.
Signed-off-by: NRichard Genoud <richard.genoud@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 2ce7c148
...@@ -35,7 +35,7 @@ Example: ...@@ -35,7 +35,7 @@ Example:
clock-names = "usart"; clock-names = "usart";
atmel,use-dma-rx; atmel,use-dma-rx;
atmel,use-dma-tx; atmel,use-dma-tx;
rts-gpios = <&pioD 15 0>; rts-gpios = <&pioD 15 GPIO_ACTIVE_LOW>;
}; };
- use DMA: - use DMA:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册