Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: serial: Add a new compatible string for UMS9632

The UART IP version of the ums9632 SoC project has been upgraded.
UART controller registers have added valid bits to support new features.
In order to distinguish different UART IP versions, we use sc9632-uart
to represent upgraded IP and sc9836-uart to represent old IP.

Signed-off-by: Wenhua Lin <Wenhua.Lin@unisoc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250122072352.3663653-1-Wenhua.Lin@unisoc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Wenhua Lin and committed by
Greg Kroah-Hartman
6bc8fbdd 42e128c9

+7 -2
+7 -2
Documentation/devicetree/bindings/serial/sprd-uart.yaml
··· 17 17 oneOf: 18 18 - items: 19 19 - enum: 20 - - sprd,sc9632-uart 20 + - sprd,ums9632-uart 21 + - const: sprd,sc9632-uart 22 + - items: 23 + - enum: 21 24 - sprd,sc9860-uart 22 25 - sprd,sc9863a-uart 23 26 - sprd,ums512-uart 24 27 - sprd,ums9620-uart 25 28 - const: sprd,sc9836-uart 26 - - const: sprd,sc9836-uart 29 + - enum: 30 + - sprd,sc9632-uart 31 + - sprd,sc9836-uart 27 32 28 33 reg: 29 34 maxItems: 1