Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1551247

[PATCH v2 1/4] doc: DT: Add ti,da830-uart to serial/8250 bindings

From David Lechner <david@lechnology.com>
Newsgroups linux.kernel
Subject [PATCH v2 1/4] doc: DT: Add ti,da830-uart to serial/8250 bindings
Date 2017-01-04 21:40 +0100
Message-ID <sW0vM-1fa-25@gated-at.bofh.it> (permalink)
References <sW0vL-1fa-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---

v2 changes:
* picked up Acked-by:

 Documentation/devicetree/bindings/serial/8250.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/serial/8250.txt b/Documentation/devicetree/bindings/serial/8250.txt
index f86bb06..10276a4 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.
-- 
2.7.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v2 1/4] doc: DT: Add ti,da830-uart to serial/8250 bindings David Lechner <david@lechnology.com> - 2017-01-04 21:40 +0100

csiph-web