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 <ya...@emcraft.com>
---
 arch/powerpc/boot/dts/mpc8308_p1m.dts |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8308_p1m.dts 
b/arch/powerpc/boot/dts/mpc8308_p1m.dts
index 05a76cc..697b3f6 100644
--- a/arch/powerpc/boot/dts/mpc8308_p1m.dts
+++ b/arch/powerpc/boot/dts/mpc8308_p1m.dts
@@ -297,6 +297,14 @@
                        interrupt-parent = < &ipic >;
                };
 
+               d...@2c000 {
+                       compatible = "fsl,mpc8308-dma", "fsl,mpc5121-dma";
+                       reg = <0x2c000 0x1800>;
+                       interrupts = <3 0x8
+                                       94 0x8>;
+                       interrupt-parent = < &ipic >;
+               };
+
        };
 
        pci0: p...@e0009000 {
-- 
1.7.2.3

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to