Commit b4e5e84d authored by Yuan Yao's avatar Yuan Yao Committed by Shawn Guo
Browse files

ARM: dts: vf610: i2c: Add eDMA support



Add i2c dts node properties for eDMA support, them depend on the eDMA driver.

Signed-off-by: default avatarYuan Yao <yao.yuan@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 74ded659
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -285,6 +285,9 @@
				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";
			};