diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2022-12-13 17:43:03 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-12-28 07:37:11 +0100 |
commit | c1475ad338bdc6f2635450e35dd86b9051fa7c68 (patch) | |
tree | b1ddda926ca4689c97c8dcade35fe75fa64a2b1d /drivers/dma/ti | |
parent | dmaengine: ti: k3-psil-am62a: Add AM62Ax PSIL and PDMA data (diff) | |
download | linux-c1475ad338bdc6f2635450e35dd86b9051fa7c68.tar.xz linux-c1475ad338bdc6f2635450e35dd86b9051fa7c68.zip |
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>
Diffstat (limited to 'drivers/dma/ti')
-rw-r--r-- | drivers/dma/ti/k3-udma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/ti/k3-udma.c b/drivers/dma/ti/k3-udma.c index aa50d46fa856..c1005d17b42e 100644 --- a/drivers/dma/ti/k3-udma.c +++ b/drivers/dma/ti/k3-udma.c @@ -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 */ } }; |