From: Peter Ujfalusi Date: Fri, 30 Oct 2015 08:00:38 +0000 (+0200) Subject: dmaengine: ti-dma-crossbar: dra7: Support for eDMA with new bindings X-Git-Tag: v4.5-rc1~120^2~3^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2adb2743b1c66766aac1c7f70f5101a72b229f93;p=karo-tx-linux.git 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 Signed-off-by: Vinod Koul --- 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, + }, {}, };