Skip to content

Commit 03cbdf8

Browse files
r-vigneshvinodkoul
authored andcommitted
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>
1 parent 2ed4ba9 commit 03cbdf8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/dma/ti/k3-udma.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4375,6 +4375,7 @@ static const struct soc_device_attribute k3_soc_devices[] = {
43754375
{ .family = "J7200", .data = &j7200_soc_data },
43764376
{ .family = "AM64X", .data = &am64_soc_data },
43774377
{ .family = "J721S2", .data = &j721e_soc_data},
4378+
{ .family = "AM62X", .data = &am64_soc_data },
43784379
{ /* sentinel */ }
43794380
};
43804381

0 commit comments

Comments
 (0)