powerpc/83xx: add mpc8308_p1m DMA controller device-tree node
authorIlya Yanok <yanok@emcraft.com>
Tue, 26 Oct 2010 23:53:00 +0000 (01:53 +0200)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 30 Dec 2010 05:33:16 +0000 (22:33 -0700)
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>
arch/powerpc/boot/dts/mpc8308_p1m.dts

index 05a76cc..697b3f6 100644 (file)
                        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 {