diff options
author | Zhou Yanjie <zhouyanjie@zoho.com> | 2019-01-28 18:03:49 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-30 09:31:30 +0100 |
commit | e81eba88cf371bab8d14cdd5768709090cd9eb95 (patch) | |
tree | 10b83b0e8d777e72722ce4b895be7519c6fad2df /Documentation/devicetree/bindings/serial | |
parent | Serial: Ingenic: Add support for the X1000. (diff) | |
download | linux-e81eba88cf371bab8d14cdd5768709090cd9eb95.tar.xz linux-e81eba88cf371bab8d14cdd5768709090cd9eb95.zip |
Dt-bindings: Serial: Add X1000 serial bindings.
Add the serial bindings for the X1000 Soc from Ingenic.
Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/serial')
-rw-r--r-- | Documentation/devicetree/bindings/serial/ingenic,uart.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/ingenic,uart.txt b/Documentation/devicetree/bindings/serial/ingenic,uart.txt index c3c6406d5cfe..24ed8769f4af 100644 --- a/Documentation/devicetree/bindings/serial/ingenic,uart.txt +++ b/Documentation/devicetree/bindings/serial/ingenic,uart.txt @@ -6,7 +6,8 @@ Required properties: - "ingenic,jz4760-uart", - "ingenic,jz4770-uart", - "ingenic,jz4775-uart", - - "ingenic,jz4780-uart". + - "ingenic,jz4780-uart", + - "ingenic,x1000-uart". - reg : offset and length of the register set for the device. - interrupts : should contain uart interrupt. - clocks : phandles to the module & baud clocks. |