mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
8005c49d9a
commit
2adb2743b1
1 changed files with 4 additions and 0 deletions
|
@ -278,6 +278,10 @@ static const struct of_device_id ti_dra7_master_match[] = {
|
||||||
.compatible = "ti,edma3",
|
.compatible = "ti,edma3",
|
||||||
.data = (void *)TI_XBAR_EDMA_OFFSET,
|
.data = (void *)TI_XBAR_EDMA_OFFSET,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.compatible = "ti,edma3-tpcc",
|
||||||
|
.data = (void *)TI_XBAR_EDMA_OFFSET,
|
||||||
|
},
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue