lkml.org 
[lkml]   [2015]   [Oct]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 3/3] dmaengine: ti-dma-crossbar: dra7: Support for eDMA with new bindings
    Date
    Allow the crossbar driver to be used with the eDMA node with non legacy
    binding.

    Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
    ---
    drivers/dma/ti-dma-crossbar.c | 4 ++++
    1 file changed, 4 insertions(+)

    diff --git a/drivers/dma/ti-dma-crossbar.c b/drivers/dma/ti-dma-crossbar.c
    index dac7ae06cc58..e107779b1a2e 100644
    --- a/drivers/dma/ti-dma-crossbar.c
    +++ b/drivers/dma/ti-dma-crossbar.c
    @@ -289,6 +289,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,
    + },
    {},
    };

    --
    2.6.1


    \
     
     \ /
      Last update: 2015-10-30 09:21    [W:3.189 / U:0.612 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site