diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2014-03-10 11:26:57 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-12 13:37:59 -0400 |
commit | cae2a9e3abf27ad4eb0c0341bf34e4a6349c314f (patch) | |
tree | f2eebf304a98f36135d173dc04193a979912f453 /arch/arm/boot/dts/am335x-evmsk.dts | |
parent | 2dcfa56e8207d1af230252face1e7c63a7634ac3 (diff) |
ARM: dts: am335x-evmsk: enable DMA controller for USB
Enable DMA controller for USB
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-evmsk.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index b50e9efc7741..fd8bd3a254fe 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts | |||
@@ -378,6 +378,10 @@ | |||
378 | status = "okay"; | 378 | status = "okay"; |
379 | dr_mode = "host"; | 379 | dr_mode = "host"; |
380 | }; | 380 | }; |
381 | |||
382 | dma-controller@07402000 { | ||
383 | status = "okay"; | ||
384 | }; | ||
381 | }; | 385 | }; |
382 | 386 | ||
383 | &epwmss2 { | 387 | &epwmss2 { |