diff options
author | Jai Luthra <j-luthra@ti.com> | 2022-12-13 17:43:02 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-12-28 07:37:11 +0100 |
commit | aac6db7e243a24f7b1a84a6293b68a72e6764893 (patch) | |
tree | 0457da29cbf8018ad0bb421ec38ec0af9bb6f00d /drivers/dma/ti/k3-psil.c | |
parent | dmaengine: ti: k3-udma: Fix BCDMA for case w/o BCHAN (diff) | |
download | linux-aac6db7e243a24f7b1a84a6293b68a72e6764893.tar.xz linux-aac6db7e243a24f7b1a84a6293b68a72e6764893.zip |
dmaengine: ti: k3-psil-am62a: Add AM62Ax PSIL and PDMA data
Add PSIL and PDMA data for AM62Ax SoC.
Signed-off-by: Jai Luthra <j-luthra@ti.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Link: https://lore.kernel.org/r/20221213164304.1126945-4-vigneshr@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/ti/k3-psil.c')
-rw-r--r-- | drivers/dma/ti/k3-psil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/ti/k3-psil.c b/drivers/dma/ti/k3-psil.c index 8b6533a1eeeb..2da6988a0e7b 100644 --- a/drivers/dma/ti/k3-psil.c +++ b/drivers/dma/ti/k3-psil.c @@ -24,6 +24,7 @@ static const struct soc_device_attribute k3_soc_devices[] = { { .family = "AM64X", .data = &am64_ep_map }, { .family = "J721S2", .data = &j721s2_ep_map }, { .family = "AM62X", .data = &am62_ep_map }, + { .family = "AM62AX", .data = &am62a_ep_map }, { /* sentinel */ } }; |