[PATCH V2 0/2] serial: sprd: Modification of UNISOC Platform UART Driver
From: Wenhua Lin
Date: Sun Jan 12 2025 - 22:20:12 EST
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.
Change in V2:
-Change commit message in PATCH 2/2.
-Add a new items supports sc9832 compatible string in PATCH 2/2.
Wenhua Lin (2):
dt-bindings: serial: Add a new compatible string for UMS9632
serial: sprd: Add support for sc9632
.../devicetree/bindings/serial/sprd-uart.yaml | 5 +++
drivers/tty/serial/sprd_serial.c | 41 ++++++++++++++++---
2 files changed, 41 insertions(+), 5 deletions(-)
--
2.34.1