Re: [PATCH v2 12/28] drm/i2c: tda998x: add DT support

2014-01-11 Thread Russell King - ARM Linux
On Thu, Jan 09, 2014 at 12:03:24PM +0100, Jean-Francois Moine wrote: > This patch adds DT support to the tda998x. > > As a side effect, now, the audio sample rate is always 48kHz and the > audio clock is always set. > > Signed-off-by: Jean-Francois Moine This patch breaks audio through the rena

Re: [PATCH v2 12/28] drm/i2c: tda998x: add DT support

2014-01-11 Thread Russell King - ARM Linux
On Thu, Jan 09, 2014 at 12:03:24PM +0100, Jean-Francois Moine wrote: > diff --git a/Documentation/devicetree/bindings/drm/i2c/tda998x.txt > b/Documentation/devicetree/bindings/drm/i2c/tda998x.txt > new file mode 100644 > index 000..f07339e1 > --- /dev/null > +++ b/Documentation/devicetree/bind

Re: [PATCH v2 12/28] drm/i2c: tda998x: add DT support

2014-01-11 Thread Russell King - ARM Linux
On Thu, Jan 09, 2014 at 12:03:24PM +0100, Jean-Francois Moine wrote: > diff --git a/drivers/gpu/drm/i2c/tda998x_drv.c > b/drivers/gpu/drm/i2c/tda998x_drv.c > index 2ba0355..b87802f 100644 > --- a/drivers/gpu/drm/i2c/tda998x_drv.c > +++ b/drivers/gpu/drm/i2c/tda998x_drv.c > @@ -28,17 +28,22 @@ >

[PATCH v2 12/28] drm/i2c: tda998x: add DT support

2014-01-09 Thread Jean-Francois Moine
This patch adds DT support to the tda998x. As a side effect, now, the audio sample rate is always 48kHz and the audio clock is always set. Signed-off-by: Jean-Francois Moine --- .../devicetree/bindings/drm/i2c/tda998x.txt | 16 ++ drivers/gpu/drm/i2c/tda998x_drv.c | 66 +++