mirror of https://gitee.com/openkylin/linux.git
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:
parent
0cd4914160
commit
c943646d1f
|
@ -30,6 +30,8 @@ nand0: nand@43100000 {
|
|||
reg = <0x43100000 90>;
|
||||
interrupts = <45>;
|
||||
clocks = <&clks CLK_NAND>;
|
||||
dmas = <&pdma 97>;
|
||||
dma-names = "data";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
status = "disabled";
|
||||
|
|
Loading…
Reference in New Issue