Re: [PATCH V1 1/2] dt-bindings: dmaengine: Add support for ATCDMAC300 DMA engine
From: Krzysztof Kozlowski
Date: Wed Oct 08 2025 - 04:05:09 EST
On 08/10/2025 12:13, CL Wang wrote:
> Hi Krzysztof,
>
> Thank you for pointing this out.
>
> "ATCDMAC300" is the IP block name of the DMA controller used in Andes SoC.
> According to your suggestion, I have updated the binding to use SoC-specific
> compatibles with "andestech,atcdmac300" as a fallback, as shown below:
>
> - const: andestech,atcdmac300
> + items:
> + - enum:
> + - andestech,qilai-dma
> + - const: andestech,atcdmac300
> ...
> dma-controller@f0c00000 {
> - compatible = "andestech,atcdmac300";
> + compatible = "andestech,qilai-dma", "andestech,atcdmac300";
That's exactly the same code as you pasted before. Please do not repeat
the same as argument to my comment.
Best regards,
Krzysztof