projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8005c49
)
dmaengine: ti-dma-crossbar: dra7: Support for eDMA with new bindings
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Fri, 30 Oct 2015 08:00:38 +0000
(10:00 +0200)
committer
Vinod 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/ti-dma-crossbar.c
b/drivers/dma/ti-dma-crossbar.c
index a415edbe61b1c3fdebd2c5f39f0d0fe7105661a2..fccf65f8907599b9cc67e7f16bfa9d41051cff4d 100644
(file)
--- 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,
+ },
{},
};