Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753475AbcDUPuN (ORCPT ); Thu, 21 Apr 2016 11:50:13 -0400 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:60174 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752904AbcDUPuI (ORCPT ); Thu, 21 Apr 2016 11:50:08 -0400 Date: Thu, 21 Apr 2016 16:49:33 +0100 From: Mark Brown To: Peter Griffin Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, srinivas.kandagatla@gmail.com, maxime.coquelin@st.com, patrice.chotard@st.com, vinod.koul@intel.com, lee.jones@linaro.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, arnd@arndb.de, ludovic.barre@st.com, arnaud.pouliquen@st.com Message-ID: <20160421154933.GR3217@sirena.org.uk> References: <1461236675-10176-1-git-send-email-peter.griffin@linaro.org> <1461236675-10176-11-git-send-email-peter.griffin@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="L0pirLHWQnJmYWnZ" Content-Disposition: inline In-Reply-To: <1461236675-10176-11-git-send-email-peter.griffin@linaro.org> X-Cookie: Tomorrow, you can be anywhere. User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: 2a01:348:6:8808:fab::3 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: Re: [PATCH 10/18] ASoC: sti: Update example to include assigned-clocks and mclk-fs X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on mezzanine.sirena.org.uk) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1371 Lines: 43 --L0pirLHWQnJmYWnZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Apr 21, 2016 at 12:04:27PM +0100, Peter Griffin wrote: > clocks = <&clk_s_d0_flexgen CLK_PCM_2>; > + assigned-clocks = <&clk_s_d0_flexgen CLK_PCM_2>; > + assigned-clock-parents = <&clk_s_d0_quadfs 2>; > + assigned-clock-rates = <50000000>; This may be true for the particular system you're looking at but isn't really relevant to the device. > @@ -133,6 +139,7 @@ Example of audio card declaration: > /* DAC */ > format = "i2s"; > dai-tdm-slot-width = <32>; > + mclk-fs = <256>; > cpu { > sound-dai = <&sti_uni_player2>; > }; This one is more relevant though I'm still a bit concerned that there's an expectation that the examples can just be pasted in... --L0pirLHWQnJmYWnZ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXGPZ4AAoJECTWi3JdVIfQxU8H/1uVogwvvT/lQB6UkGT5Q+8a MRFp7Hfsit+g3v2vvPbypesWHaMBb6sluraziRW/Z3OruTdOugetp5vkWios415t 3e+CAaBlM+yFzM1BGchqgs90d7KcXTOO943FFI0eHJBHwFBOEWd7mcPpjs0jIQiB +tSvlZfFNy3YxfqytUGc9xAgFdoELr2ABdZg2CIHgj8GtDg3WBresNhoJetwd08W CVxstIS64Pua8EJZu40FxG/KAJ4kIDPEou+TmsiWSmipoisYoXsVLtYlC135bi4u WWqhJR4j352nx+ckHCvobOsIKLEpvbHl4ZH3UcRoXi4XlDOvIqjgG6Fn1dPmI/4= =dbpi -----END PGP SIGNATURE----- --L0pirLHWQnJmYWnZ--