Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dmaengine: mediatek: mtk-uart-apdma: Add support for Dimensity 9200

Add a compatible string and match data for the APDMA IP version
found in the MediaTek Dimensity 9200 MT6985 SoC; this supports
extended addressing with up to 35 bits.

Other SoCs with this IP version also include the Dimensity 9400
MT6991 and Kompanio Ultra MT8196 (which don't need a specific
compatible in this driver and can reuse the mt6985 one).

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://patch.msgid.link/20251113122229.23998-9-angelogioacchino.delregno@collabora.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

AngeloGioacchino Del Regno and committed by
Vinod Koul
3587b2b6 391e20f2

+1
+1
drivers/dma/mediatek/mtk-uart-apdma.c
··· 471 471 { .compatible = "mediatek,mt6577-uart-dma", .data = (void *)32 }, 472 472 { .compatible = "mediatek,mt6795-uart-dma", .data = (void *)33 }, 473 473 { .compatible = "mediatek,mt6835-uart-dma", .data = (void *)34 }, 474 + { .compatible = "mediatek,mt6985-uart-dma", .data = (void *)35 }, 474 475 { /* sentinel */ }, 475 476 }; 476 477 MODULE_DEVICE_TABLE(of, mtk_uart_apdma_match);