diff options
author | Roland Stigge <stigge@antcom.de> | 2012-06-11 15:57:14 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-26 16:37:02 -0400 |
commit | ed85c60457a8e6bfe4604f8d3d343e70e30aaa3e (patch) | |
tree | 815ca1904fdf827c727983d5ecc10d0ea8adfd36 /Documentation/devicetree | |
parent | 6b583fa318f7229a398fc04369141bf2f3522db5 (diff) |
serial/of-serial: Add LPC3220 standard UART compatible string
This patch adds a "compatible" string for the new 8250 UART type PORT_LPC3220.
This is necessary for initializing LPC32xx UARTs via DT.
Signed-off-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/tty/serial/of-serial.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/tty/serial/of-serial.txt b/Documentation/devicetree/bindings/tty/serial/of-serial.txt index b8b27b0aca10..0847fdeee11a 100644 --- a/Documentation/devicetree/bindings/tty/serial/of-serial.txt +++ b/Documentation/devicetree/bindings/tty/serial/of-serial.txt | |||
@@ -9,6 +9,7 @@ Required properties: | |||
9 | - "ns16750" | 9 | - "ns16750" |
10 | - "ns16850" | 10 | - "ns16850" |
11 | - "nvidia,tegra20-uart" | 11 | - "nvidia,tegra20-uart" |
12 | - "nxp,lpc3220-uart" | ||
12 | - "ibm,qpace-nwp-serial" | 13 | - "ibm,qpace-nwp-serial" |
13 | - "serial" if the port type is unknown. | 14 | - "serial" if the port type is unknown. |
14 | - reg : offset and length of the register set for the device. | 15 | - reg : offset and length of the register set for the device. |