Devicetree
 help / color / mirror / Atom feed
* [PATCH v2 1/2] Add ZTE LRX UART driver
@ 2026-05-13  8:46 liu.qingtao2
  2026-05-13  8:59 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: liu.qingtao2 @ 2026-05-13  8:46 UTC (permalink / raw)
  To: krzk, gregkh, jirislaby, robh, krzk+dt, conor+dt, marex, pjw,
	palmer, aou, alex, rdunlap, geert+renesas, quic_zongjian,
	arturs.artamonovs, robert.marko, hvilleneuve, thierry.bultel.yh,
	julianbraha, flavra, prabhakar.mahadev-lad.rj, linux-serial,
	linux-kernel, devicetree, linux-riscv, liu.wenhong35, liu.fei16,
	dai.hualiang, deng.weixian, jia.yunxiang, he.yilin, bai.lu5,
	yang.susheng, shen.lin1, zuo.jiang, hu.shengming, gao.rui, tan.hu,
	liu.qingtao2

From 08610be731b6fc3919d5eebfd2ff9d67f38a094c Mon Sep 17 00:00:00 2001
From: Wenhong Liu <liu.wenhong35@zte.com.cn>
Date: Tue, 28 Apr 2026 22:30:31 +0800
Subject: [PATCH v2 1/2] dt-bindings: serial: Add zte,lrx-uart

Add devicetree binding for ZTE LRX UART controller.

Co-developed-by: Qingtao Liu <liu.qingtao2@zte.com.cn>
Signed-off-by: Qingtao Liu <liu.qingtao2@zte.com.cn>
Signed-off-by: Wenhong Liu <liu.wenhong35@zte.com.cn>
---
../bindings/serial/zte,lrx-uart.yaml         | 51 +++++++++++++++++++
MAINTAINERS                                   |  8 +++
2 files changed, 59 insertions(+)
create mode 100644 Documentation/devicetree/bindings/serial/zte,lrx-uart.yaml

diff --git a/Documentation/devicetree/bindings/serial/zte,lrx-uart.yaml b/Documentation/devicetree/bindings/serial/zte,lrx-uart.yaml
new file mode 100644
index 000000000000..20f470f04257
--- /dev/null
+++ b/Documentation/devicetree/bindings/serial/zte,lrx-uart.yaml
@@ -0,0 +1,51 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/serial/zte,lrx-uart.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: ZTE LRX UART
+
+maintainers:
+  - Wenhong Liu <liu.wenhong35@zte.com.cn>
+  - Qingtao Liu <liu.qingtao2@zte.com.cn>
+
+allOf:
+  - $ref: serial.yaml#
+
+properties:
+  compatible:
+    const: zte,lrx-uart
+
+  reg:
+    maxItems: 1
+
+  interrupts:
+    maxItems: 1
+
+  clocks:
+    maxItems: 1
+
+  current-speed:
+    description:
+      Initial baud rate configuration for the UART. This is a required
+      property to configure the serial port baud rate at boot time.
+
+required:
+  - compatible
+  - reg
+  - interrupts
+  - clocks
+  - current-speed
+
+unevaluatedProperties: false
+
+examples:
+  - |
+    serial@e0001800 {
+      compatible = "zte,lrx-uart";
+      reg = <0xe0001800 0x100>;
+      interrupts = <18>;
+      clocks = <&clk_uart0>;
+      current-speed = <115200>;
+    };
diff --git a/MAINTAINERS b/MAINTAINERS
index 0dfad67f66c0..79be2dde3b71 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -29494,6 +29494,14 @@ F: include/linux/zswap.h
F: mm/zswap.c
F: tools/testing/selftests/cgroup/test_zswap.c

+ZTE LRX SERIAL DRIVER
+M: Wenhong Liu <liu.wenhong35@zte.com.cn>
+R: Qingtao Liu <liu.qingtao2@zte.com.cn>
+L: linux-serial@vger.kernel.org
+S: Maintained
+F: Documentation/devicetree/bindings/serial/zte,lrx-uart.yaml
+F: drivers/tty/serial/lrx_uart.c
+
SENARYTECH AUDIO CODEC DRIVER
M: bo liu <bo.liu@senarytech.com>
S: Maintained
--
2.27.0

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

* Re: [PATCH v2 1/2] Add ZTE LRX UART driver
  2026-05-13  8:46 [PATCH v2 1/2] Add ZTE LRX UART driver liu.qingtao2
@ 2026-05-13  8:59 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2026-05-13  8:59 UTC (permalink / raw)
  To: liu.qingtao2
  Cc: krzk, jirislaby, robh, krzk+dt, conor+dt, marex, pjw, palmer, aou,
	alex, rdunlap, geert+renesas, quic_zongjian, arturs.artamonovs,
	robert.marko, hvilleneuve, thierry.bultel.yh, julianbraha, flavra,
	prabhakar.mahadev-lad.rj, linux-serial, linux-kernel, devicetree,
	linux-riscv, liu.wenhong35, liu.fei16, dai.hualiang, deng.weixian,
	jia.yunxiang, he.yilin, bai.lu5, yang.susheng, shen.lin1,
	zuo.jiang, hu.shengming, gao.rui, tan.hu

On Wed, May 13, 2026 at 04:46:51PM +0800, liu.qingtao2@zte.com.cn wrote:
> >From 08610be731b6fc3919d5eebfd2ff9d67f38a094c Mon Sep 17 00:00:00 2001
> From: Wenhong Liu <liu.wenhong35@zte.com.cn>
> Date: Tue, 28 Apr 2026 22:30:31 +0800
> Subject: [PATCH v2 1/2] dt-bindings: serial: Add zte,lrx-uart

Um, something went wrong with your email client, this should not be in
the body of the email :(

thanks,

greg k-h

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

end of thread, other threads:[~2026-05-13 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-13  8:46 [PATCH v2 1/2] Add ZTE LRX UART driver liu.qingtao2
2026-05-13  8:59 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox