diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-02-05 20:44:22 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-03-04 00:27:10 +0100 |
commit | 29626043c493a26d319a2b8c225fdc0c70e326bd (patch) | |
tree | 65c422f932cde20f7aeadf9c17af4d0bbc9c2d39 | |
parent | of: add 'const' for of_property_*_string*() parameter '*np' (diff) | |
download | linux-29626043c493a26d319a2b8c225fdc0c70e326bd.tar.xz linux-29626043c493a26d319a2b8c225fdc0c70e326bd.zip |
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: - fsl,uart-has-rtscts : Indicate the uart has rts and cts - fsl,irda-mode : Indicate the uart supports irda mode - fsl,dte-mode : Indicate the uart works in DTE mode. The uart works - is DCE mode by default. + in DCE mode by default. Note: Each uart controller should have an alias correctly numbered in "aliases" node. |