Re: [PATCH RFC v9 5/6] dma: mpc512x: add device tree binding document

2014-03-14 Thread Arnd Bergmann
On Thursday 13 March 2014, Mark Rutland wrote: > > + > > +Example: > > + > > + dma0: dma@14000 { > > + compatible = "fsl,mpc5121-dma"; > > + reg = <0x14000 0x1800>; > > + interrupts = <65 0x8>; > > + #dma-cells = <1>; > > + }; > > + > > + > >

Re: [PATCH RFC v9 5/6] dma: mpc512x: add device tree binding document

2014-03-13 Thread Mark Rutland
On Wed, Mar 12, 2014 at 11:47:54AM +, Alexander Popov wrote: > From: Gerhard Sittig > > introduce a device tree binding document for the MPC512x DMA controller > > Signed-off-by: Gerhard Sittig > [ a13xp0p0...@gmail.com: turn this into a separate patch ] > --- > .../devicetree/bindings/dma

[PATCH RFC v9 5/6] dma: mpc512x: add device tree binding document

2014-03-12 Thread Alexander Popov
From: Gerhard Sittig introduce a device tree binding document for the MPC512x DMA controller Signed-off-by: Gerhard Sittig [ a13xp0p0...@gmail.com: turn this into a separate patch ] --- .../devicetree/bindings/dma/mpc512x-dma.txt| 55 ++ 1 file changed, 55 insertion