diff options
author | Jamie Iles <jamie@jamieiles.com> | 2011-08-16 17:47:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-08-23 10:54:19 -0700 |
commit | 14a8d47d4e9f51372996914c16bdbf1c34e209b5 (patch) | |
tree | 68df1fadbf0caf85c0d0aa239ece243d8ee1d8fb /Documentation/devicetree | |
parent | 6b1a98d1c4851235d9b6764b3f7b7db7909fc760 (diff) | |
download | talos-op-linux-14a8d47d4e9f51372996914c16bdbf1c34e209b5.tar.gz talos-op-linux-14a8d47d4e9f51372996914c16bdbf1c34e209b5.zip |
tty: of_serial: add support for the DesignWare 8250
Support the DesignWare 8250 by a new compatible string and registering
the DesignWare helpers. If the registration of the helpers fails, then
continue as a normal 8250 as we may still get some useful debug out.
Cc: Alan Cox <alan@linux.intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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..b7ceaaa7602d 100644 --- a/Documentation/devicetree/bindings/tty/serial/of-serial.txt +++ b/Documentation/devicetree/bindings/tty/serial/of-serial.txt @@ -3,6 +3,7 @@ Required properties: - compatible : one of: - "ns8250" + - "ns8250dw" - "ns16450" - "ns16550a" - "ns16550" |