Commit c943646d authored by Robert Jarzmik's avatar Robert Jarzmik

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: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent 0cd49141
...@@ -30,6 +30,8 @@ nand0: nand@43100000 { ...@@ -30,6 +30,8 @@ nand0: nand@43100000 {
reg = <0x43100000 90>; reg = <0x43100000 90>;
interrupts = <45>; interrupts = <45>;
clocks = <&clks CLK_NAND>; clocks = <&clks CLK_NAND>;
dmas = <&pdma 97>;
dma-names = "data";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
status = "disabled"; status = "disabled";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment