Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dmaengine: ti: k3-udma: Add SoC dependent data for J721S2 SoC

Add SYSFW defined rchan_oes_offset number for J721S2 SoC in soc data.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Link: https://lore.kernel.org/r/20211119132315.15901-2-a-govindraju@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Aswath Govindraju and committed by
Vinod Koul
839c2e23 aa8ff35e

+1
+1
drivers/dma/ti/k3-udma.c
··· 4376 4376 { .family = "J721E", .data = &j721e_soc_data }, 4377 4377 { .family = "J7200", .data = &j7200_soc_data }, 4378 4378 { .family = "AM64X", .data = &am64_soc_data }, 4379 + { .family = "J721S2", .data = &j721e_soc_data}, 4379 4380 { /* sentinel */ } 4380 4381 }; 4381 4382