mbox series

[0/2] serial: sprd: Modification of UNISOC Platform UART Driver

Message ID 20241113110516.2166328-1-Wenhua.Lin@unisoc.com
Headers show
Series serial: sprd: Modification of UNISOC Platform UART Driver | expand

Message

Wenhua Lin Nov. 13, 2024, 11:05 a.m. UTC
In order to be compatible with UNISOC's new UART IP, the UART driver uses
private data for adaptation. Patch1 adds UART timeout interrupt BIT17, and
the old project uses BIT13. In order to be compatible with all projects,
private data is used for adaptation. Patch2 adds a new compatible string.

Wenhua Lin (2):
  serial: sprd: Add support for sc9632
  dt-bindings: serial: Add a new compatible string for ums9632

 .../devicetree/bindings/serial/sprd-uart.yaml |  1 +
 drivers/tty/serial/sprd_serial.c              | 41 ++++++++++++++++---
 2 files changed, 37 insertions(+), 5 deletions(-)