Commit 839c2e23 authored by Aswath Govindraju's avatar Aswath Govindraju Committed by Vinod Koul
Browse files

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: default avatarAswath Govindraju <a-govindraju@ti.com>
Acked-by: default avatarPeter Ujfalusi <peter.ujfalusi@gmail.com>
Link: https://lore.kernel.org/r/20211119132315.15901-2-a-govindraju@ti.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent aa8ff35e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4376,6 +4376,7 @@ static const struct soc_device_attribute k3_soc_devices[] = {
	{ .family = "J721E", .data = &j721e_soc_data },
	{ .family = "J7200", .data = &j7200_soc_data },
	{ .family = "AM64X", .data = &am64_soc_data },
	{ .family = "J721S2", .data = &j721e_soc_data},
	{ /* sentinel */ }
};