[PATCH 4/6] arm/dts: imx6q-sabrelite: add sgtl5000 audio codec

Richard Zhao richard.zhao at freescale.com
Tue Jan 10 20:40:07 EST 2012


On Tue, Jan 10, 2012 at 11:33:10PM -0200, Fabio Estevam wrote:
> Hi Richard,
> 
> On Fri, Jan 6, 2012 at 1:25 AM, Richard Zhao <richard.zhao at linaro.org> wrote:
> > Signed-off-by: Richard Zhao <richard.zhao at linaro.org>
> > ---
> >  arch/arm/boot/dts/imx6q-sabrelite.dts |   12 ++++++++++++
> >  1 files changed, 12 insertions(+), 0 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts
> > index 3f4b45e..567b664 100644
> > --- a/arch/arm/boot/dts/imx6q-sabrelite.dts
> > +++ b/arch/arm/boot/dts/imx6q-sabrelite.dts
> > @@ -44,6 +44,18 @@
> >                        uart2: uart at 021e8000 {
> >                                status = "okay";
> >                        };
> > +
> > +                       i2c at 021a0000 { /* I2C1 */
> > +                               status = "okay";
> > +                               clock-frequency = <100000>;
> > +
> > +                               codec: sgtl5000 at 0a {
> > +                                       compatible = "fsl,sgtl5000";
> > +                                       reg = <0x0a>;
> > +                                       VDDA-supply = <&reg_2P5V>;
> > +                                       VDDIO-supply = <&reg_3P3V>;
> > +                               };
> > +                       };
> >                };
> >        };
> >
> 
> I don't see a  sound/soc/imx/imx-sgtl5000.c file yet, so I am
> wondering how did you test this?
> 
> Maybe I missed a patch. Could you please clarify?
I test it using linaro freescale landing team kernel. Actually
I'm upstreaming the audio work I did for linaro. Because audio
involves too much subsystem, I split it into several set of patch.
Finally, you'll see imx-sgtl5000.c.

Thanks
Richard
> 
> Regards,
> 
> Fabio Estevam
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel




More information about the linux-arm-kernel mailing list