diff options
Diffstat (limited to 'Documentation/devicetree/bindings/serial/atmel-usart.txt')
-rw-r--r-- | Documentation/devicetree/bindings/serial/atmel-usart.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/atmel-usart.txt b/Documentation/devicetree/bindings/serial/atmel-usart.txt index 17c1042b2df8..2f7aad71b3c9 100644 --- a/Documentation/devicetree/bindings/serial/atmel-usart.txt +++ b/Documentation/devicetree/bindings/serial/atmel-usart.txt | |||
@@ -35,7 +35,7 @@ Example: | |||
35 | clock-names = "usart"; | 35 | clock-names = "usart"; |
36 | atmel,use-dma-rx; | 36 | atmel,use-dma-rx; |
37 | atmel,use-dma-tx; | 37 | atmel,use-dma-tx; |
38 | rts-gpios = <&pioD 15 0>; | 38 | rts-gpios = <&pioD 15 GPIO_ACTIVE_LOW>; |
39 | }; | 39 | }; |
40 | 40 | ||
41 | - use DMA: | 41 | - use DMA: |