diff options
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | 2013-03-25 12:34:45 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-25 22:06:44 +0100 |
commit | 9f1ca068ea9968e2bde4a2418d97fcd89005f4bf (patch) | |
tree | 3decdc75daf909524b07f549d064537fb7413547 /Documentation/devicetree/bindings/tty | |
parent | serial: 8250: Allow probe drivers to ignore tx_loadsz (diff) | |
download | linux-9f1ca068ea9968e2bde4a2418d97fcd89005f4bf.tar.xz linux-9f1ca068ea9968e2bde4a2418d97fcd89005f4bf.zip |
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/devicetree/bindings/tty')
-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 8f01cb190f25..c13f0ce74da6 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: |