diff options
author | Yuan Yao <yao.yuan@freescale.com> | 2014-02-27 01:06:19 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-27 07:33:33 -0500 |
commit | b4e5e84ddfc57fa269fa50d178ad95d49be33a28 (patch) | |
tree | e6c54cc5581a9542de0371656cfb9c8b8d666c17 /arch/arm/boot/dts/vf610.dtsi | |
parent | 74ded659a7ac4b5c74c344583f3f55b93a49fa16 (diff) |
ARM: dts: vf610: i2c: Add eDMA support
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>
Diffstat (limited to 'arch/arm/boot/dts/vf610.dtsi')
-rw-r--r-- | arch/arm/boot/dts/vf610.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi index c63d26d3aa83..804873367669 100644 --- a/arch/arm/boot/dts/vf610.dtsi +++ b/arch/arm/boot/dts/vf610.dtsi | |||
@@ -285,6 +285,9 @@ | |||
285 | interrupts =<0 71 IRQ_TYPE_LEVEL_HIGH>; | 285 | interrupts =<0 71 IRQ_TYPE_LEVEL_HIGH>; |
286 | clocks = <&clks VF610_CLK_I2C0>; | 286 | clocks = <&clks VF610_CLK_I2C0>; |
287 | clock-names = "ipg"; | 287 | clock-names = "ipg"; |
288 | dmas = <&edma0 0 50>, | ||
289 | <&edma0 0 51>; | ||
290 | dma-names = "rx","tx"; | ||
288 | status = "disabled"; | 291 | status = "disabled"; |
289 | }; | 292 | }; |
290 | 293 | ||