Re: [PATCH 2/4] dt: sound: jz4740: Add binding documentation for jz4740-i2s

2015-01-26 Thread Arnd Bergmann
On Monday 26 January 2015 10:18:29 Zubair Lutfullah Kakakhel wrote: > index 000..0e40517 > --- /dev/null > +++ b/Documentation/devicetree/bindings/sound/ingenic,jz4740-i2s.txt > @@ -0,0 +1,18 @@ > +Ingenic JZ4740 I2S controller > + > +Required properties: > +- compatible : "ingenic,jz4740-i2s"

Re: [alsa-devel] [PATCH 2/4] dt: sound: jz4740: Add binding documentation for jz4740-i2s

2015-01-26 Thread Lars-Peter Clausen
On 01/26/2015 12:32 PM, Zubair Lutfullah Kakakhel wrote: On 26/01/15 10:37, Lars-Peter Clausen wrote: On 01/26/2015 11:18 AM, Zubair Lutfullah Kakakhel wrote: [...] +Required properties: +- compatible : "ingenic,jz4740-i2s" +- reg : I2S registers location and length +- clocks : AIC and I2S PLL

Re: [PATCH 2/4] dt: sound: jz4740: Add binding documentation for jz4740-i2s

2015-01-26 Thread Zubair Lutfullah Kakakhel
On 26/01/15 10:37, Lars-Peter Clausen wrote: > On 01/26/2015 11:18 AM, Zubair Lutfullah Kakakhel wrote: > [...] >> +Required properties: >> +- compatible : "ingenic,jz4740-i2s" >> +- reg : I2S registers location and length >> +- clocks : AIC and I2S PLL clock specifiers. >> +- clock-names: "aic" a

Re: [PATCH 2/4] dt: sound: jz4740: Add binding documentation for jz4740-i2s

2015-01-26 Thread Lars-Peter Clausen
On 01/26/2015 11:18 AM, Zubair Lutfullah Kakakhel wrote: [...] +Required properties: +- compatible : "ingenic,jz4740-i2s" +- reg : I2S registers location and length +- clocks : AIC and I2S PLL clock specifiers. +- clock-names: "aic" and "i2s" We also need a handle to the DMA channels. Currently

[PATCH 2/4] dt: sound: jz4740: Add binding documentation for jz4740-i2s

2015-01-26 Thread Zubair Lutfullah Kakakhel
This patch adds binding for the jz4740-i2s driver. Signed-off-by: Zubair Lutfullah Kakakhel --- The jz4740 is platform only at the moment. But DT support is being added See http://patchwork.linux-mips.org/bundle/paulburton/ci20-v3.20/ --- .../devicetree/bindings/sound/ingenic,jz4740-i2s.txt