From 63dfaadfac62434356bce13dba8c6cbbe75e3e04 Mon Sep 17 00:00:00 2001 From: Chunyan Zhang Date: Tue, 28 Sep 2021 17:52:28 +0800 Subject: [PATCH] dt-bindings: serial: Add a new compatible string for UMS512 The UMS512 also uses the same serial device with SC9836. Signed-off-by: Chunyan Zhang Acked-by: Rob Herring Link: https://lore.kernel.org/r/20210928095229.233572-3-zhang.lyra@gmail.com Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/serial/sprd-uart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/serial/sprd-uart.yaml b/Documentation/devicetree/bindings/serial/sprd-uart.yaml index 09f6283f3cae..a444bebd2c1a 100644 --- a/Documentation/devicetree/bindings/serial/sprd-uart.yaml +++ b/Documentation/devicetree/bindings/serial/sprd-uart.yaml @@ -19,6 +19,7 @@ properties: - enum: - sprd,sc9860-uart - sprd,sc9863a-uart + - sprd,ums512-uart - const: sprd,sc9836-uart - const: sprd,sc9836-uart -- 2.20.1