All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] ns16550: update compatible and reg-shift binding
@ 2015-12-11  5:08 Thomas Chou
  2015-12-11  5:08 ` [U-Boot] [PATCH 2/2] ns16550: zap the rockchip serial compatible string Thomas Chou
  2015-12-11  5:35 ` [U-Boot] [PATCH 1/2] ns16550: update compatible and reg-shift binding Stephen Warren
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas Chou @ 2015-12-11  5:08 UTC (permalink / raw)
  To: u-boot

Update compatible and reg-shift in device tree binding.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
---
 doc/device-tree-bindings/serial/ns16550.txt | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/doc/device-tree-bindings/serial/ns16550.txt b/doc/device-tree-bindings/serial/ns16550.txt
index ef0b9ae..2b3904b 100644
--- a/doc/device-tree-bindings/serial/ns16550.txt
+++ b/doc/device-tree-bindings/serial/ns16550.txt
@@ -3,8 +3,21 @@ NS16550 UART
 This UART driver supports many chip variants and is used in mamy SoCs.
 
 Required properties:
-- compatible: "ns16550" or "nvidia,tegra20-uart"
+- compatible: one of:
+	- "ns16550"
+	- "ns16550a"
+	- "nvidia,tegra20-uart"
+	- "snps,dw-apb-uart"
+	- "ti,omap2-uart"
+	- "ti,omap3-uart"
+	- "ti,omap4-uart"
+	- "ti,am3352-uart"
+	- "ti,am4372-uart"
+	- "ti,dra742-uart"
 - reg: start address and size of registers
-- reg-shift: shift value indicating register size: 0=byte, 1=16bit,2=32bit etc.
 - clock-frequency: input clock frequency for the UART (used to calculate the
     baud rate divisor)
+
+Optional properties:
+- reg-shift: shift value indicating register size: 0=byte, 1=16bit, 2=32bit etc.
+  default to 0 if not given.
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-12-19  2:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-11  5:08 [U-Boot] [PATCH 1/2] ns16550: update compatible and reg-shift binding Thomas Chou
2015-12-11  5:08 ` [U-Boot] [PATCH 2/2] ns16550: zap the rockchip serial compatible string Thomas Chou
2015-12-19  2:51   ` Simon Glass
2015-12-11  5:35 ` [U-Boot] [PATCH 1/2] ns16550: update compatible and reg-shift binding Stephen Warren
2015-12-11  7:08   ` Thomas Chou
2015-12-11 15:42     ` Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.