diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2020-08-03 14:57:13 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-08-17 07:20:31 +0200 |
commit | e9ca48d9bff857a61f46a1478ec7141cf019d733 (patch) | |
tree | e562c8d26ea6d6b4bed99b4047f892f5f789e4d1 /drivers/dma/ti/Makefile | |
parent | dmaengine: ti: k3-psil: Use soc_device_match to get the psil map (diff) | |
download | linux-e9ca48d9bff857a61f46a1478ec7141cf019d733.tar.xz linux-e9ca48d9bff857a61f46a1478ec7141cf019d733.zip |
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/Makefile')
-rw-r--r-- | drivers/dma/ti/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/dma/ti/Makefile b/drivers/dma/ti/Makefile index 9a29a107e374..0c67254caee6 100644 --- a/drivers/dma/ti/Makefile +++ b/drivers/dma/ti/Makefile @@ -4,5 +4,8 @@ obj-$(CONFIG_TI_EDMA) += edma.o obj-$(CONFIG_DMA_OMAP) += omap-dma.o obj-$(CONFIG_TI_K3_UDMA) += k3-udma.o obj-$(CONFIG_TI_K3_UDMA_GLUE_LAYER) += k3-udma-glue.o -obj-$(CONFIG_TI_K3_PSIL) += k3-psil.o k3-psil-am654.o k3-psil-j721e.o +obj-$(CONFIG_TI_K3_PSIL) += k3-psil.o \ + k3-psil-am654.o \ + k3-psil-j721e.o \ + k3-psil-j7200.o obj-$(CONFIG_TI_DMA_CROSSBAR) += dma-crossbar.o |