]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
dmaengine: ti-dma-crossbar: dra7: Support for eDMA with new bindings
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 30 Oct 2015 08:00:38 +0000 (10:00 +0200)
committerVinod Koul <vinod.koul@intel.com>
Mon, 30 Nov 2015 09:39:16 +0000 (15:09 +0530)
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>
drivers/dma/ti-dma-crossbar.c

index a415edbe61b1c3fdebd2c5f39f0d0fe7105661a2..fccf65f8907599b9cc67e7f16bfa9d41051cff4d 100644 (file)
@@ -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,
+       },
        {},
 };