Skip to content

Commit

Permalink
powerpc/83xx: add mpc8308_p1m DMA controller device-tree node
Browse files Browse the repository at this point in the history
MPC8308 has DMA controller compatible with mpc512x_dma driver. This
patch adds device-tree node to support DMA controller on MPC8308 P1M
board.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Acked-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Ilya Yanok authored and Grant Likely committed Dec 30, 2010
1 parent 9d65994 commit c9de933
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/powerpc/boot/dts/mpc8308_p1m.dts
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,14 @@
interrupt-parent = < &ipic >;
};

dma@2c000 {
compatible = "fsl,mpc8308-dma", "fsl,mpc5121-dma";
reg = <0x2c000 0x1800>;
interrupts = <3 0x8
94 0x8>;
interrupt-parent = < &ipic >;
};

};

pci0: pcie@e0009000 {
Expand Down

0 comments on commit c9de933

Please sign in to comment.