提交 2adb2743 编写于 作者: P Peter Ujfalusi 提交者: Vinod Koul

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: NPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: NVinod Koul <vinod.koul@intel.com>
上级 8005c49d
...@@ -278,6 +278,10 @@ static const struct of_device_id ti_dra7_master_match[] = { ...@@ -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,
},
{}, {},
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册