ARM: dts: mxs: remove old DMA binding data from client nodes
authorShawn Guo <shawn.guo@linaro.org>
Tue, 16 Jul 2013 09:10:55 +0000 (17:10 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Fri, 16 Aug 2013 08:26:43 +0000 (16:26 +0800)
After mxs-dma driver adopts generic DMA device tree binding, channel
interrupt number is defined in DMA controller node, and channel ID is
listed in "dmas" property.  So the DMA channel interrupt number in
client nodes' "interrupts" property and fsl,<module>-dma-channel which
are used by old customized DMA binding can be removed now.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>

No differences found