From: Jia Wang <wangjia@ultrarisc.com>
Add DP1000 UART compatible information
Signed-off-by: Jia Wang <wangjia@ultrarisc.com>
Reviewed-by: Yao Zi <me@ziyao.cc>
---
Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
index 6efe43089a74..0040ed28e35b 100644
--- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
+++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
@@ -78,6 +78,8 @@ properties:
- starfive,jh7100-uart
- starfive,jh7110-uart
- const: snps,dw-apb-uart
+ - items:
+ - const: ultrarisc,dp1000-uart
- const: snps,dw-apb-uart
reg:
--
2.34.1
On Mon, Mar 16, 2026 at 02:33:22PM +0800, Jia Wang wrote: > Add DP1000 UART compatible information > A nit, subject: drop second/last, redundant "bindings". The "dt-bindings" prefix is already stating that these are bindings. See also: https://elixir.bootlin.com/linux/v6.17-rc3/source/Documentation/devicetree/bindings/submitting-patches.rst#L18 And anything can be "update". Be specific. Look at other commits how commits and their subjects are written. Best regards, Krzysztof
On Mon, Mar 16, 2026 at 02:33:22PM +0800, Jia Wang wrote: > Add DP1000 UART compatible information We see this from the diff. Why this is not compatible with snps,dw-apb-uart? What are the differences. You have entire commit msg to explain the hardware. > > Signed-off-by: Jia Wang <wangjia@ultrarisc.com> > Reviewed-by: Yao Zi <me@ziyao.cc> > --- > Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml > index 6efe43089a74..0040ed28e35b 100644 > --- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml > +++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml > @@ -78,6 +78,8 @@ properties: > - starfive,jh7100-uart > - starfive,jh7110-uart > - const: snps,dw-apb-uart > + - items: Drop, not needed. > + - const: ultrarisc,dp1000-uart > - const: snps,dw-apb-uart So just enum with the snps one. Best regards, Krzysztof
© 2016 - 2026 Red Hat, Inc.