diff options
author | Jingchang Lu <jingchang.lu@freescale.com> | 2014-09-05 10:35:14 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-08 16:29:08 -0700 |
commit | 7d480ef776b53c43ec70155bfefbddc71b4d0883 (patch) | |
tree | 89fca6536e66385b91215851ef4fa24ff3bdc2e1 /Documentation/devicetree | |
parent | 287f03c0d4fbf0b57f88867a02632376b63ef0c8 (diff) | |
download | blackbird-obmc-linux-7d480ef776b53c43ec70155bfefbddc71b4d0883.tar.gz blackbird-obmc-linux-7d480ef776b53c43ec70155bfefbddc71b4d0883.zip |
doc: dt-binding: of-serial: add Freescale 64-byte FIFO mode uart binding
This add the 64-byte FIFO mode device tree binding for Freescale DUART.
Signed-off-by: Jingchang Lu <jingchang.lu@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/serial/of-serial.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/of-serial.txt b/Documentation/devicetree/bindings/serial/of-serial.txt index 1928a3e83cd0..8c4fd0332028 100644 --- a/Documentation/devicetree/bindings/serial/of-serial.txt +++ b/Documentation/devicetree/bindings/serial/of-serial.txt @@ -14,6 +14,7 @@ Required properties: - "altr,16550-FIFO32" - "altr,16550-FIFO64" - "altr,16550-FIFO128" + - "fsl,16550-FIFO64" - "serial" if the port type is unknown. - reg : offset and length of the register set for the device. - interrupts : should contain uart interrupt. |