Skip to content

Commit

Permalink
serial: fsl-imx-uart: Cleanup duplicate device tree binding
Browse files Browse the repository at this point in the history
We had two bindings for the same serial device, it looks like the one in
tty/serial/fsl-imx-uart.txt is the more up to date one so go with it and
merge a few things about the use/need for aliases in from
serial/fsl-imx-uart.txt.

Signed-off-by: Kumar Gala <galak@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Kumar Gala authored and Greg Kroah-Hartman committed Aug 28, 2013
1 parent 1241553 commit 3e6648c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 36 deletions.
35 changes: 0 additions & 35 deletions Documentation/devicetree/bindings/serial/fsl-imx-uart.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,16 @@ Optional properties:
- fsl,dte-mode : Indicate the uart works in DTE mode. The uart works
is DCE mode by default.

Note: Each uart controller should have an alias correctly numbered
in "aliases" node.

Example:

serial@73fbc000 {
aliases {
serial0 = &uart1;
};

uart1: serial@73fbc000 {
compatible = "fsl,imx51-uart", "fsl,imx21-uart";
reg = <0x73fbc000 0x4000>;
interrupts = <31>;
Expand Down

0 comments on commit 3e6648c

Please sign in to comment.