ARM: at91/DT: remove atmel,use-dma-* from 9x5 and 9n12 USART nodes
authorNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 30 Jan 2013 14:32:26 +0000 (15:32 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 5 Feb 2013 09:55:11 +0000 (10:55 +0100)
commitc3f0f282d950a1e87496a2633ed9e924e275ff8c
treeae7f8b52321c569a97df4f7e8a5b4b3fe87de53f
parent7d4cfece23f535b60496d88a717a3d7bfca50187
ARM: at91/DT: remove atmel,use-dma-* from 9x5 and 9n12 USART nodes

Fix the use of USART on both at91sam9x5 and at91sam9n12. In DTS, the
atmel,use-dma-[rx|tx] property is present but a DMA channel cannot be used.
Indeed the connexion between the DMA engine and the slave is not implemented
yet in Device Tree.
Note however that this property is also used for PDC (private DMA) on older
SoCs. This is why the driver alone cannot determine the validity of this
property.

Reported-by: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: stable <stable@vger.kernel.org> [3.8+]
arch/arm/boot/dts/at91sam9n12.dtsi
arch/arm/boot/dts/at91sam9x5.dtsi