diff options
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | 2013-03-25 13:34:45 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-25 14:06:44 -0700 |
commit | 9f1ca068ea9968e2bde4a2418d97fcd89005f4bf (patch) | |
tree | 3decdc75daf909524b07f549d064537fb7413547 /Documentation | |
parent | 6a3f45dccfa3db4de43aabc2f75a337e878f9b4b (diff) | |
download | op-kernel-dev-9f1ca068ea9968e2bde4a2418d97fcd89005f4bf.zip op-kernel-dev-9f1ca068ea9968e2bde4a2418d97fcd89005f4bf.tar.gz |
serial: of_serial: Handle fifo-size property
This will reduce the need for extra types in 8250.c just
in case the fifo size differs from the standard.
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-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 8f01cb1..c13f0ce 100644 --- a/Documentation/devicetree/bindings/tty/serial/of-serial.txt +++ b/Documentation/devicetree/bindings/tty/serial/of-serial.txt @@ -33,6 +33,7 @@ Optional properties: RTAS and should not be registered. - no-loopback-test: set to indicate that the port does not implements loopback test mode +- fifo-size: the fifo size of the UART. Example: |