diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2022-02-19 14:02:19 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-03-11 12:32:53 +0530 |
commit | 03cbdf8b1252140520c9f9ead374b0c2e480fb90 (patch) | |
tree | d928ae59432eba9578de46f5dc704df37c82ecf4 /drivers/dma | |
parent | 2ed4ba9486cbd379099b95aa79f49490af3139d3 (diff) |
dmaengine: ti: k3-udma: Add AM62x DMSS support
Attribute AM64x soc data to AM62x as well as the DMSS IP is similar b/w
these two SoCs
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Link: https://lore.kernel.org/r/20220219083220.489420-2-vigneshr@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma')
-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 d2d4cbe63e44..2f0d2c68c93c 100644 --- a/drivers/dma/ti/k3-udma.c +++ b/drivers/dma/ti/k3-udma.c @@ -4375,6 +4375,7 @@ static const struct soc_device_attribute k3_soc_devices[] = { { .family = "J7200", .data = &j7200_soc_data }, { .family = "AM64X", .data = &am64_soc_data }, { .family = "J721S2", .data = &j721e_soc_data}, + { .family = "AM62X", .data = &am64_soc_data }, { /* sentinel */ } }; |