diff options
author | Roland Stigge <stigge@antcom.de> | 2012-06-11 21:57:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-12 15:45:57 -0700 |
commit | e4305f0c500cc2b8ca8d6ca2fb74fb76bf2cb6ad (patch) | |
tree | 7483cffeabbb4757b3c6c3169c0c456b5fe989ee /Documentation/devicetree/bindings/tty/serial/of-serial.txt | |
parent | 7a5145965c9807732135630642c49f280b375f56 (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/bindings/tty/serial/of-serial.txt')
-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 b8b27b0aca1..0847fdeee11 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: - "ns16750" - "ns16850" - "nvidia,tegra20-uart" + - "nxp,lpc3220-uart" - "ibm,qpace-nwp-serial" - "serial" if the port type is unknown. - reg : offset and length of the register set for the device. |