Re: [PATCH] ARM: kirkwood: extend the kirkwood pcm/dma driver for DT usage

2013-07-23 Thread Mark Brown
On Tue, Jul 23, 2013 at 02:23:14PM +0100, Russell King - ARM Linux wrote: > On Tue, Jul 23, 2013 at 01:57:56PM +0100, Mark Brown wrote: > > This device has no registers or other hardware - this looks like a stub > > device which shouldn't be visible in DT but should instead be created by > > the I

Re: [PATCH] ARM: kirkwood: extend the kirkwood pcm/dma driver for DT usage

2013-07-23 Thread Russell King - ARM Linux
On Tue, Jul 23, 2013 at 01:57:56PM +0100, Mark Brown wrote: > On Tue, Jul 23, 2013 at 10:46:41AM +0200, Jean-Francois Moine wrote: > > > +- compatible: "marvell,mvebu-pcm-audio" > > + > > +Example: > > + > > +pcm: pcm { > > + compatible = "marvell,mvebu-pcm-audio"; > > +}; > > This device has n

Re: [PATCH] ARM: kirkwood: extend the kirkwood pcm/dma driver for DT usage

2013-07-23 Thread Mark Brown
On Tue, Jul 23, 2013 at 10:46:41AM +0200, Jean-Francois Moine wrote: > +- compatible: "marvell,mvebu-pcm-audio" > + > +Example: > + > +pcm: pcm { > + compatible = "marvell,mvebu-pcm-audio"; > +}; This device has no registers or other hardware - this looks like a stub device which shouldn't be

[PATCH] ARM: kirkwood: extend the kirkwood pcm/dma driver for DT usage

2013-07-23 Thread Jean-Francois Moine
The kirkwood pcm/dma driver is used without DT in the Kirkwood machine. This patch adds a DT compatible definition for use in other Marvell machines as the Armada 88AP510 (Dove). Signed-off-by: Jean-Francois Moine --- Documentation/devicetree/bindings/sound/kirkwood-dma.txt | 11 +++ sou