Message ID | 20241113110516.2166328-3-Wenhua.Lin@unisoc.com |
---|---|
State | New |
Headers | show |
Series | serial: sprd: Modification of UNISOC Platform UART Driver | expand |
On Wed, Nov 13, 2024 at 07:05:16PM +0800, Wenhua Lin wrote: > The UMS9632 uses the SC9632 serial device. > > Signed-off-by: Wenhua Lin <Wenhua.Lin@unisoc.com> Acked-by: Conor Dooley <conor.dooley@microchip.com>
2024年11月13日 19:05, "Wenhua Lin" <Wenhua.Lin@unisoc.com> 写到: > > The UMS9632 uses the SC9632 serial device. > > Signed-off-by: Wenhua Lin <Wenhua.Lin@unisoc.com> > > --- > > 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 f4dbb6dc2b6e..a2a5056eba04 100644 > > --- a/Documentation/devicetree/bindings/serial/sprd-uart.yaml > > +++ b/Documentation/devicetree/bindings/serial/sprd-uart.yaml > > @@ -17,6 +17,7 @@ properties: > > oneOf: > > - items: > > - enum: > > + - sprd,sc9632-uart > > - sprd,sc9860-uart > > - sprd,sc9863a-uart > > - sprd,ums512-uart > > -- > > 2.34.1 > Acked-by: Cixi Geng <cixi.geng@linux.dev>
diff --git a/Documentation/devicetree/bindings/serial/sprd-uart.yaml b/Documentation/devicetree/bindings/serial/sprd-uart.yaml index f4dbb6dc2b6e..a2a5056eba04 100644 --- a/Documentation/devicetree/bindings/serial/sprd-uart.yaml +++ b/Documentation/devicetree/bindings/serial/sprd-uart.yaml @@ -17,6 +17,7 @@ properties: oneOf: - items: - enum: + - sprd,sc9632-uart - sprd,sc9860-uart - sprd,sc9863a-uart - sprd,ums512-uart
The UMS9632 uses the SC9632 serial device. Signed-off-by: Wenhua Lin <Wenhua.Lin@unisoc.com> --- Documentation/devicetree/bindings/serial/sprd-uart.yaml | 1 + 1 file changed, 1 insertion(+)