dmaengine: ti: k3-udma: Add support for DMAs on AM62A SoC
authorVignesh Raghavendra <vigneshr@ti.com>
Tue, 13 Dec 2022 16:43:03 +0000 (22:13 +0530)
committerVinod Koul <vkoul@kernel.org>
Wed, 28 Dec 2022 06:37:11 +0000 (12:07 +0530)
AM62A SoC has a BCDMA and PKTDMA as systems DMAs for service various
peripherals similar to AM64 SoC. Add support for the same.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Link: https://lore.kernel.org/r/20221213164304.1126945-5-vigneshr@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ti/k3-udma.c

index aa50d46fa856b50ea7080ae9c6d7a9fdad79462c..c1005d17b42ee9c1b2c400856107c2c4bdaab018 100644 (file)
@@ -4386,6 +4386,7 @@ static const struct soc_device_attribute k3_soc_devices[] = {
        { .family = "AM64X", .data = &am64_soc_data },
        { .family = "J721S2", .data = &j721e_soc_data},
        { .family = "AM62X", .data = &am64_soc_data },
+       { .family = "AM62AX", .data = &am64_soc_data },
        { /* sentinel */ }
 };