[PATCH 1/7] serial: at91: correct definition from DMA to PDC
Nicolas Ferre
nicolas.ferre at atmel.com
Tue Jul 9 12:07:28 EDT 2013
One little comment.
On 09/07/2013 08:33, Elen Song :
[..]
> @@ -19,9 +19,9 @@ Example:
>
> usart0: serial at fff8c000 {
> compatible = "atmel,at91sam9260-usart";
> - reg = <0xfff8c000 0x4000>;
> - interrupts = <7>;
> - atmel,use-dma-rx;
> - atmel,use-dma-tx;
> + reg = <0xfff8c000 0x200>;
> + interrupts = <7 IRQ_TYPE_LEVEL_HIGH 5>;
This is not related to this patch topic: please remove.
> + atmel,use-pdc-rx;
> + atmel,use-pdc-tx;
> };
[..]
--
Nicolas Ferre
More information about the linux-arm-kernel
mailing list