On Thu, Mar 26, 2026 at 04:17:17PM +0800, Troy Mitchell wrote: > From: Guodong Xu > > Add k3 compatible string. That's obvious. What you need to explain is why it is not compatible with the existing k1. pw-bot: changes-requested Cheers, Conor. > > Signed-off-by: Guodong Xu > Signed-off-by: Troy Mitchell > --- > Documentation/devicetree/bindings/dma/spacemit,k1-pdma.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/dma/spacemit,k1-pdma.yaml b/Documentation/devicetree/bindings/dma/spacemit,k1-pdma.yaml > index ec06235baf5c..62ce6d81526b 100644 > --- a/Documentation/devicetree/bindings/dma/spacemit,k1-pdma.yaml > +++ b/Documentation/devicetree/bindings/dma/spacemit,k1-pdma.yaml > @@ -14,7 +14,9 @@ allOf: > > properties: > compatible: > - const: spacemit,k1-pdma > + enum: > + - spacemit,k1-pdma > + - spacemit,k3-pdma > > reg: > maxItems: 1 > > -- > 2.53.0 >