summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/serial/vt8500-uart.txt
diff options
context:
space:
mode:
authorAlexey Charkov <alchark@gmail.com>2014-09-06 21:21:12 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-08 16:29:08 -0700
commitae382735247e2daebeed3bafd400ff71039d2241 (patch)
tree7baf9b4dd66fd936aa5fc52c7bb43703b131ecde /Documentation/devicetree/bindings/serial/vt8500-uart.txt
parent7d480ef776b53c43ec70155bfefbddc71b4d0883 (diff)
tty: vt8500_serial: add support for UART in WM8880 chips
Newer WonderMedia chips introduced another flag in the UART line control register, which controls whether RTS/CTS signalling should be handled in the driver or by the hardware itself. This patch ensures that the kernel can control RTS/CTS (including disabling it altogether) by forcing this flag to software mode on affected chips (only WM8880 so far). Also remove the redundant copy of the binding doc, while we are here. Signed-off-by: Alexey Charkov <alchark@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/serial/vt8500-uart.txt')
-rw-r--r--Documentation/devicetree/bindings/serial/vt8500-uart.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/vt8500-uart.txt b/Documentation/devicetree/bindings/serial/vt8500-uart.txt
index 795c393d09c4..2b64e6107fb3 100644
--- a/Documentation/devicetree/bindings/serial/vt8500-uart.txt
+++ b/Documentation/devicetree/bindings/serial/vt8500-uart.txt
@@ -1,7 +1,8 @@
* VIA VT8500 and WonderMedia WM8xxx UART Controller
Required properties:
-- compatible: should be "via,vt8500-uart"
+- compatible: should be "via,vt8500-uart" (for VIA/WonderMedia chips up to and
+ including WM8850/WM8950), or "wm,wm8880-uart" (for WM8880 and later)
- reg: base physical address of the controller and length of memory mapped
region.