Re: [PATCH v4 2/3] dma: arm-dma350: support combined IRQ mode with runtime IRQ topology detection

From: Krzysztof Kozlowski

Date: Mon Mar 23 2026 - 08:10:03 EST


On 23/03/2026 12:48, Jun Guo wrote:
>
> dch->has_wrap = FIELD_GET(CH_CFG_HAS_WRAP, reg);
> dch->has_trig = FIELD_GET(CH_CFG_HAS_TRIGIN, reg) &
> @@ -640,6 +752,7 @@ static void d350_remove(struct platform_device *pdev)
> }
>
> static const struct of_device_id d350_of_match[] __maybe_unused = {
> + { .compatible = "cix,sky1-dma-350" },

Redundant. Drop. Review your LLM generated code...


> { .compatible = "arm,dma-350" },
> {}
> };


Best regards,
Krzysztof