Skip to content

Commit b8e27cb

Browse files
kishonvinodkoul
authored andcommitted
dmaengine: ti: k3-psil-j721s2: Add PSI-L thread map for main CPSW2G
Add PSI-L thread map for main CPSW2G. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com> Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com> Link: https://lore.kernel.org/r/20230511034704.656155-1-s-vadapalli@ti.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 64273b5 commit b8e27cb

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

drivers/dma/ti/k3-psil-j721s2.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ static struct psil_ep j721s2_src_ep_map[] = {
9999
PSIL_PDMA_XY_PKT(0x461d),
100100
PSIL_PDMA_XY_PKT(0x461e),
101101
PSIL_PDMA_XY_PKT(0x461f),
102+
/* MAIN_CPSW2G */
103+
PSIL_ETHERNET(0x4640),
102104
/* PDMA_USART_G0 - UART0-1 */
103105
PSIL_PDMA_XY_PKT(0x4700),
104106
PSIL_PDMA_XY_PKT(0x4701),
@@ -161,6 +163,15 @@ static struct psil_ep j721s2_dst_ep_map[] = {
161163
PSIL_ETHERNET(0xf005),
162164
PSIL_ETHERNET(0xf006),
163165
PSIL_ETHERNET(0xf007),
166+
/* MAIN_CPSW2G */
167+
PSIL_ETHERNET(0xc640),
168+
PSIL_ETHERNET(0xc641),
169+
PSIL_ETHERNET(0xc642),
170+
PSIL_ETHERNET(0xc643),
171+
PSIL_ETHERNET(0xc644),
172+
PSIL_ETHERNET(0xc645),
173+
PSIL_ETHERNET(0xc646),
174+
PSIL_ETHERNET(0xc647),
164175
/* SA2UL */
165176
PSIL_SA2UL(0xf500, 1),
166177
PSIL_SA2UL(0xf501, 1),

0 commit comments

Comments
 (0)