I use this in 8313erdb.dts, but can not find DMA info in
/proc/interrupts.why?

[EMAIL PROTECTED] { 
                        #address-cells = <1>; 
                        #size-cells = <1>; 
                        compatible = "fsl,elo-dma"; 
                        cell-index = <0>; 
                        reg = <8030 2d0>; /* DMA general status register */ 
                        ranges = <0 8100 200>; 

                        [EMAIL PROTECTED] { 
                                compatible = "fsl,elo-dma-channel"; 
                                cell-index = <0>; 
                                reg = <0 80>; 
                                interrupt-parent = <700>; 
                                interrupts = <47 8>; 
                        }; 
                        [EMAIL PROTECTED] { 
                                compatible = "fsl,elo-dma-channel"; 
                                cell-index = <1>; 
                                reg = <80 80>; 
                                interrupt-parent = <700>; 
                                interrupts = <47 8>; 
                        }; 
                        [EMAIL PROTECTED] { 
                                compatible = "fsl,elo-dma-channel"; 
                                cell-index = <2>; 
                                reg = <100 80>; 
                                interrupt-parent = <700>; 
                                interrupts = <47 8>; 
                        }; 
                        [EMAIL PROTECTED] { 
                                compatible = "fsl,elo-dma-channel"; 
                                cell-index = <3>; 
                                reg = <180 80>; 
                                interrupt-parent = <700>; 
                                interrupts = <47 8>; 
                        };
                }


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



-- 
View this message in context: 
http://www.nabble.com/Using-DMA-interrupt-on-MPC8313-tp17808164p18084260.html
Sent from the linuxppc-dev mailing list archive at Nabble.com.

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

Reply via email to