summaryrefslogtreecommitdiff
path: root/drivers/dma/ti/k3-psil-priv.h
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2020-08-03 15:57:13 +0300
committerVinod Koul <vkoul@kernel.org>2020-08-17 08:20:31 +0300
commite9ca48d9bff857a61f46a1478ec7141cf019d733 (patch)
treee562c8d26ea6d6b4bed99b4047f892f5f789e4d1 /drivers/dma/ti/k3-psil-priv.h
parentce310bd70414392448d7f8301e0817151555a34e (diff)
downloadlinux-e9ca48d9bff857a61f46a1478ec7141cf019d733.tar.xz
dmaengine: ti: k3-psil: add map for j7200
Add new PSI-L map file for the new TI j7200 SoC. The DMA hardware in j7200 is the same as in j721e with different set of peripherals resulting different PSI-L thread map compered to j721e. See J7200 Technical Reference Manual (SPRUIU1, June 2020) for further details: https://www.ti.com/lit/pdf/spruiu1 Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Link: https://lore.kernel.org/r/20200803125713.17829-3-peter.ujfalusi@ti.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/ti/k3-psil-priv.h')
-rw-r--r--drivers/dma/ti/k3-psil-priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/ti/k3-psil-priv.h b/drivers/dma/ti/k3-psil-priv.h
index a1f389ca371e..b4b0fb359eff 100644
--- a/drivers/dma/ti/k3-psil-priv.h
+++ b/drivers/dma/ti/k3-psil-priv.h
@@ -39,5 +39,6 @@ struct psil_endpoint_config *psil_get_ep_config(u32 thread_id);
/* SoC PSI-L endpoint maps */
extern struct psil_ep_map am654_ep_map;
extern struct psil_ep_map j721e_ep_map;
+extern struct psil_ep_map j7200_ep_map;
#endif /* K3_PSIL_PRIV_H_ */