ARM: dts: pxa: add dma engine node to pxa3xx-nand

Add the dma client description for pxa3xx-nand to use its dma through
device-tree.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
This commit is contained in:
Robert Jarzmik 2015-06-20 10:17:27 +02:00
parent 0cd4914160
commit c943646d1f
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
reg = <0x43100000 90>;
interrupts = <45>;
clocks = <&clks CLK_NAND>;
dmas = <&pdma 97>;
dma-names = "data";
#address-cells = <1>;
#size-cells = <1>;
status = "disabled";