ARM: dts: vf610: i2c: Add eDMA support
authorYuan Yao <yao.yuan@freescale.com>
Thu, 27 Feb 2014 06:06:19 +0000 (14:06 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 27 Feb 2014 12:33:33 +0000 (20:33 +0800)
Add i2c dts node properties for eDMA support, them depend on the eDMA driver.

Signed-off-by: Yuan Yao <yao.yuan@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/vf610.dtsi

index c63d26d..8048733 100644 (file)
                                interrupts =<0 71 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clks VF610_CLK_I2C0>;
                                clock-names = "ipg";
+                               dmas = <&edma0 0 50>,
+                                       <&edma0 0 51>;
+                               dma-names = "rx","tx";
                                status = "disabled";
                        };