ARM: dts: am33xx: add DMA properties for UART
authorSebastian Andrzej Siewior <[email protected]>
Mon, 29 Sep 2014 18:06:46 +0000 (20:06 +0200)
committerTony Lindgren <[email protected]>
Mon, 10 Nov 2014 17:22:23 +0000 (09:22 -0800)
Cc: [email protected]
Reviewed-by: Tony Lindgren <[email protected]>
Tested-by: Tony Lindgren <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/boot/dts/am33xx.dtsi

index 41659df0ea6716a5d5de8799d5b2551b8069bd17..62bf053d2cb8761833d60f50cbb04b0c61e430a0 100644 (file)
                        reg = <0x44e09000 0x2000>;
                        interrupts = <72>;
                        status = "disabled";
+                       dmas = <&edma 26>, <&edma 27>;
+                       dma-names = "tx", "rx";
                };
 
                uart1: serial@48022000 {
                        reg = <0x48022000 0x2000>;
                        interrupts = <73>;
                        status = "disabled";
+                       dmas = <&edma 28>, <&edma 29>;
+                       dma-names = "tx", "rx";
                };
 
                uart2: serial@48024000 {
                        reg = <0x48024000 0x2000>;
                        interrupts = <74>;
                        status = "disabled";
+                       dmas = <&edma 30>, <&edma 31>;
+                       dma-names = "tx", "rx";
                };
 
                uart3: serial@481a6000 {