[PATCH v3 1/7] dmaengine: of_dma: Support for DMA routers
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-03-28 01:45:52
Also in:
linux-devicetree, linux-omap, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-03-28 01:45:52
Also in:
linux-devicetree, linux-omap, lkml
On Friday 27 March 2015, Peter Ujfalusi wrote:
+Required property: +- dma-device: phandle of the DMA controller. The router is modifying + the DMA requests for this controller.
This property seems rather specific to the case at hand, I would expect that one might also see routers like this that are connected to more than one dma-device, so maybe make it a list? It might also be better to name this as 'dma-controllers' or 'dma-masters', as it is not entirely obvious (without referencing the binding document) whether a dma device refers to the slave or the master. Arnd