dmaengine: ti: k3-udma: Add AM62x DMSS support
authorVignesh Raghavendra <vigneshr@ti.com>
Sat, 19 Feb 2022 08:32:19 +0000 (14:02 +0530)
committerVinod Koul <vkoul@kernel.org>
Fri, 11 Mar 2022 07:02:53 +0000 (12:32 +0530)
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>
drivers/dma/ti/k3-udma.c

index d2d4cbe..2f0d2c6 100644 (file)
@@ -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 */ }
 };