diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-02-05 14:44:22 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-02-12 17:16:01 -0500 |
commit | 32e593b9c7be1a14d42ed288ab68a8e7b41ad873 (patch) | |
tree | e21a0856d9ae4e1003990ace12c2650d7526f158 | |
parent | 4aff7b854611d91c5fefb1553eb4c328123095ae (diff) |
serial: fsl-imx-uart: Fix typo in fsl,dte-mode description
We should say "The uart works in DCE mode".
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/serial/fsl-imx-uart.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/fsl-imx-uart.txt b/Documentation/devicetree/bindings/serial/fsl-imx-uart.txt index 35ae1fb3537f..ed94c217c98d 100644 --- a/Documentation/devicetree/bindings/serial/fsl-imx-uart.txt +++ b/Documentation/devicetree/bindings/serial/fsl-imx-uart.txt | |||
@@ -9,7 +9,7 @@ Optional properties: | |||
9 | - fsl,uart-has-rtscts : Indicate the uart has rts and cts | 9 | - fsl,uart-has-rtscts : Indicate the uart has rts and cts |
10 | - fsl,irda-mode : Indicate the uart supports irda mode | 10 | - fsl,irda-mode : Indicate the uart supports irda mode |
11 | - fsl,dte-mode : Indicate the uart works in DTE mode. The uart works | 11 | - fsl,dte-mode : Indicate the uart works in DTE mode. The uart works |
12 | is DCE mode by default. | 12 | in DCE mode by default. |
13 | 13 | ||
14 | Note: Each uart controller should have an alias correctly numbered | 14 | Note: Each uart controller should have an alias correctly numbered |
15 | in "aliases" node. | 15 | in "aliases" node. |