diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2015-10-30 09:00:38 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-11-30 10:39:16 +0100 |
commit | 2adb2743b1c66766aac1c7f70f5101a72b229f93 (patch) | |
tree | cb4433de2cd63b6449baa10d865fb1c1b3044d2d /drivers/dma | |
parent | Linux 4.4-rc1 (diff) | |
download | linux-2adb2743b1c66766aac1c7f70f5101a72b229f93.tar.xz linux-2adb2743b1c66766aac1c7f70f5101a72b229f93.zip |
dmaengine: ti-dma-crossbar: dra7: Support for eDMA with new bindings
Allow the crossbar driver to be used with the eDMA node with non legacy
binding.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/ti-dma-crossbar.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/dma/ti-dma-crossbar.c b/drivers/dma/ti-dma-crossbar.c index a415edbe61b1..fccf65f89075 100644 --- a/drivers/dma/ti-dma-crossbar.c +++ b/drivers/dma/ti-dma-crossbar.c @@ -278,6 +278,10 @@ static const struct of_device_id ti_dra7_master_match[] = { .compatible = "ti,edma3", .data = (void *)TI_XBAR_EDMA_OFFSET, }, + { + .compatible = "ti,edma3-tpcc", + .data = (void *)TI_XBAR_EDMA_OFFSET, + }, {}, }; |