dma: ti: Add static PSIL endpoint information
authorVignesh Raghavendra <vigneshr@ti.com>
Tue, 7 Jul 2020 08:13:33 +0000 (13:43 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Mon, 13 Jul 2020 15:28:34 +0000 (20:58 +0530)
commit53b04c6c092ccf65734924a1e094ebebd633796a
tree96e67256a38f77e63e5eb07194998f031d0c2ca1
parent497c7598c4e713eb9ad88fd7963e57b21b8b35e1
dma: ti: Add static PSIL endpoint information

Much of PSIL endpoint configuration for a given SoC can be known at
compile time, therefore pass them for platform specific data instead of
DT.

Add per SoC's specific PSIL endpoint data. This is to bring driver in
sync with upstream DT.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
drivers/dma/ti/Kconfig
drivers/dma/ti/Makefile
drivers/dma/ti/k3-psil-am654.c [new file with mode: 0644]
drivers/dma/ti/k3-psil-j721e.c [new file with mode: 0644]
drivers/dma/ti/k3-psil-priv.h [new file with mode: 0644]
drivers/dma/ti/k3-psil.c [new file with mode: 0644]
drivers/dma/ti/k3-psil.h [new file with mode: 0644]