ARM: at91/DT: sama5d3: add SPI DMA client infos
authorNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 24 Jun 2013 10:16:05 +0000 (12:16 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 26 Jun 2013 07:30:11 +0000 (09:30 +0200)
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Tested-by: Wenyou Yang <wenyou.yang@atmel.com>
arch/arm/boot/dts/sama5d3.dtsi

index 00859e1d7bb2f09da5d2745545f53cd867def4b9..5956f9be3e8ff026d5af8b4229455141926bda2b 100644 (file)
@@ -84,6 +84,9 @@
                                            &pioD 15 0 /* conflicts with CTS0 and CANTX0 */
                                            &pioD 16 0 /* conflicts with RTS0 and PWMFI3 */
                                           >;
+                               dmas = <&dma0 2 AT91_DMA_CFG_PER_ID(1)>,
+                                      <&dma0 2 AT91_DMA_CFG_PER_ID(2)>;
+                               dma-names = "tx", "rx";
                                pinctrl-names = "default";
                                pinctrl-0 = <&pinctrl_spi0>;
                                status = "disabled";
                                            &pioC 27 0 /* conflitcs with TWCK1 and ISI_D10 */
                                            &pioC 28 0 /* conflitcs with PWMFI0 and ISI_D9 */
                                           >;
+                               dmas = <&dma1 2 AT91_DMA_CFG_PER_ID(15)>,
+                                      <&dma1 2 AT91_DMA_CFG_PER_ID(16)>;
+                               dma-names = "tx", "rx";
                                pinctrl-names = "default";
                                pinctrl-0 = <&pinctrl_spi1>;
                                status = "disabled";
This page took 0.025999 seconds and 5 git commands to generate.