diff options
author | David Lechner <david@lechnology.com> | 2017-01-05 19:54:17 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-12 11:51:25 +0100 |
commit | b2ae93e0580c8d08c6a84e9188068c0e74930112 (patch) | |
tree | 5c4f8fae6963888c9976670dfe0999444bb09000 /Documentation/devicetree/bindings/serial | |
parent | serial: 8250_mid: make option visible (diff) | |
download | linux-b2ae93e0580c8d08c6a84e9188068c0e74930112.tar.xz linux-b2ae93e0580c8d08c6a84e9188068c0e74930112.zip |
doc: DT: Add ti,da830-uart to serial/8250 bindings
This adds the ti,da830-uart compatible string to serial 8250 UART bindings.
Signed-off-by: David Lechner <david@lechnology.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/serial')
-rw-r--r-- | Documentation/devicetree/bindings/serial/8250.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/8250.txt b/Documentation/devicetree/bindings/serial/8250.txt index f86bb06c39e9..10276a46ecef 100644 --- a/Documentation/devicetree/bindings/serial/8250.txt +++ b/Documentation/devicetree/bindings/serial/8250.txt @@ -19,6 +19,7 @@ Required properties: - "altr,16550-FIFO128" - "fsl,16550-FIFO64" - "fsl,ns16550" + - "ti,da830-uart" - "serial" if the port type is unknown. - reg : offset and length of the register set for the device. - interrupts : should contain uart interrupt. |