lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160603124733.GB9912@griffinp-ThinkPad-X1-Carbon-2nd>
Date:	Fri, 3 Jun 2016 13:47:33 +0100
From:	Peter Griffin <peter.griffin@...aro.org>
To:	Arnaud Pouliquen <arnaud.pouliquen@...com>
Cc:	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
	srinivas.kandagatla@...il.com, maxime.coquelin@...com,
	patrice.chotard@...com, vinod.koul@...el.com, ohad@...ery.com,
	bjorn.andersson@...aro.org, arnd@...db.de, lee.jones@...aro.org,
	devicetree@...r.kernel.org, dmaengine@...r.kernel.org,
	linux-remoteproc@...r.kernel.org
Subject: Re: [PATCH v4 18/18] ARM: DT: STi: stihxxx-b2120: Add DT nodes for
 STi audio card

Hi Arnaud,

Thanks for reviewing.

On Tue, 31 May 2016, Arnaud Pouliquen wrote:

> 
> 
> On 05/25/2016 06:06 PM, Peter Griffin wrote:
> > This patch enables the uniperif players 2 & 3 for b2120 boards
> > and also adds the "simple-audio-card" device node to interconnect
> > the SoC sound device and the codec.
> > 
> > Signed-off-by: Peter Griffin <peter.griffin@...aro.org>
> > ---
> >  arch/arm/boot/dts/stihxxx-b2120.dtsi | 40 ++++++++++++++++++++++++++++++++++++
> >  1 file changed, 40 insertions(+)
> > 
> > diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi b/arch/arm/boot/dts/stihxxx-b2120.dtsi
> > index 722c63f..5297f21 100644
> > --- a/arch/arm/boot/dts/stihxxx-b2120.dtsi
> > +++ b/arch/arm/boot/dts/stihxxx-b2120.dtsi
> > @@ -131,5 +131,45 @@
> >  				dvb-card	= <STV0367_TDA18212_NIMA_1>;
> >  			};
> >  		};
> > +
> > +		sti_uni_player2: sti-uni-player@2 {
> > +			status = "okay";
> > +		};
> > +
> > +		sti_uni_player3: sti-uni-player@3 {
> > +			status = "okay";
> > +		};
> enable sti-sasg-codec with spdif pinctrl

Will fix in v5

> > +
> > +		sound {
> > +			compatible = "simple-audio-card";
> > +			simple-audio-card,name = "sti audio card";
> > +			status = "okay";
> > +
> > +			simple-audio-card,dai-link@0 {
> > +				/* DAC */
> > +				format = "i2s";
> > +				dai-tdm-slot-width = <32>;
> clean dai-tdm-slot-width, not used.

Will fix in v5

regards,

Peter.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ