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: ti: k3-udma: Add support for DMAs on AM62A SoC

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>

authored by

Vignesh Raghavendra and committed by
Vinod Koul
c1475ad3 aac6db7e

+1
+1
drivers/dma/ti/k3-udma.c
··· 4386 4386 { .family = "AM64X", .data = &am64_soc_data }, 4387 4387 { .family = "J721S2", .data = &j721e_soc_data}, 4388 4388 { .family = "AM62X", .data = &am64_soc_data }, 4389 + { .family = "AM62AX", .data = &am64_soc_data }, 4389 4390 { /* sentinel */ } 4390 4391 }; 4391 4392