dmaengine: ti: k3-psil-j721s2: Add PSI-L thread map for main CPSW2G

Message ID 20230511034704.656155-1-s-vadapalli@ti.com
State New
Headers
Series dmaengine: ti: k3-psil-j721s2: Add PSI-L thread map for main CPSW2G |

Commit Message

Siddharth Vadapalli May 11, 2023, 3:47 a.m. UTC
  From: Kishon Vijay Abraham I <kishon@ti.com>

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>
---

This patch is based on linux-next tagged next-20230511.

RFC patch at:
https://lore.kernel.org/r/20230426083900.102229-1-s-vadapalli@ti.com

Changes since RFC patch:
- Collect Acked-by tag from Peter Ujfalusi.

 drivers/dma/ti/k3-psil-j721s2.c | 11 +++++++++++
 1 file changed, 11 insertions(+)
  

Comments

Vinod Koul May 16, 2023, 5:51 p.m. UTC | #1
On 11-05-23, 09:17, Siddharth Vadapalli wrote:
> From: Kishon Vijay Abraham I <kishon@ti.com>
> 
> Add PSI-L thread map for main CPSW2G.

Applied, thanks
  

Patch

diff --git a/drivers/dma/ti/k3-psil-j721s2.c b/drivers/dma/ti/k3-psil-j721s2.c
index a488c2250623..1d5430fc5724 100644
--- a/drivers/dma/ti/k3-psil-j721s2.c
+++ b/drivers/dma/ti/k3-psil-j721s2.c
@@ -99,6 +99,8 @@  static struct psil_ep j721s2_src_ep_map[] = {
 	PSIL_PDMA_XY_PKT(0x461d),
 	PSIL_PDMA_XY_PKT(0x461e),
 	PSIL_PDMA_XY_PKT(0x461f),
+	/* MAIN_CPSW2G */
+	PSIL_ETHERNET(0x4640),
 	/* PDMA_USART_G0 - UART0-1 */
 	PSIL_PDMA_XY_PKT(0x4700),
 	PSIL_PDMA_XY_PKT(0x4701),
@@ -161,6 +163,15 @@  static struct psil_ep j721s2_dst_ep_map[] = {
 	PSIL_ETHERNET(0xf005),
 	PSIL_ETHERNET(0xf006),
 	PSIL_ETHERNET(0xf007),
+	/* MAIN_CPSW2G */
+	PSIL_ETHERNET(0xc640),
+	PSIL_ETHERNET(0xc641),
+	PSIL_ETHERNET(0xc642),
+	PSIL_ETHERNET(0xc643),
+	PSIL_ETHERNET(0xc644),
+	PSIL_ETHERNET(0xc645),
+	PSIL_ETHERNET(0xc646),
+	PSIL_ETHERNET(0xc647),
 	/* SA2UL */
 	PSIL_SA2UL(0xf500, 1),
 	PSIL_SA2UL(0xf501, 1),